mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
Do not invoke close(), just pass it
This commit is contained in:
parent
a5b4e3eb24
commit
ff8e0c44aa
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@
|
||||||
<NotificationButton
|
<NotificationButton
|
||||||
{iconDescription}
|
{iconDescription}
|
||||||
{notificationType}
|
{notificationType}
|
||||||
on:click={close()} />
|
on:click={close} />
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue