Fix chiamata api
This commit is contained in:
@@ -3,14 +3,14 @@
|
||||
@if (IsWarning)
|
||||
{
|
||||
<div class="exception-header mb-2">
|
||||
<i class="ri-error-warning-line"></i>
|
||||
<i class="ri-error-warning-line warning-icon"></i>
|
||||
<span>Attenzione</span>
|
||||
</div>
|
||||
}
|
||||
else
|
||||
{
|
||||
<div class="exception-header mb-2">
|
||||
<i class="ri-emotion-unhappy-line"></i>
|
||||
<i class="ri-emotion-unhappy-line error-icon"></i>
|
||||
<span>Ops</span>
|
||||
</div>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user