mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
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:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user