This commit is contained in:
Ruben Fiszel
2022-11-05 23:42:29 +01:00
parent badc60193c
commit 6172499a1c
+1 -1
View File
@@ -360,7 +360,7 @@
{/if}
<slot name="actions" />
</div>
<div class="text-right text-xs {error === '' ? 'text-white' : 'font-bold text-red-600'}">
<div class="text-right text-xs {error === '' ? 'text-white' : 'text-red-600'}">
{error === '' ? '...' : error}
</div>
</div>