Update Toasts.svelte
This commit is contained in:
parent
06a344c0d6
commit
9771bea60a
@ -9,7 +9,7 @@
|
|||||||
<section>
|
<section>
|
||||||
<article class="toast toast-bottom toast-end rounded-none" role="alert" transition:fade>
|
<article class="toast toast-bottom toast-end rounded-none" role="alert" transition:fade>
|
||||||
{#each $toasts as toast (toast.id)}
|
{#each $toasts as toast (toast.id)}
|
||||||
<Toast type={toast.type}>{toast.message}</Toast>
|
<Toast type={toast.type}>{@html toast.message}</Toast>
|
||||||
{/each}
|
{/each}
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user