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