Merge branch 'draft-feat-form-frontend-error-handling' of github.com:appwrite/appwrite-console-poc into draft-feat-form-frontend-error-handling

This commit is contained in:
Arman
2022-08-10 13:08:24 +02:00
+1 -1
View File
@@ -12,7 +12,7 @@
<p class={`helper u-${type} u-margin-block-start-12"`}>
{#if type}
<span class={type ? icon[type] : ''} aria-hidden="true" />
<span class={icon[type] ?? ''} aria-hidden="true" />
{/if}
<span class="text">
<slot />