mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +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
|
||||
{iconDescription}
|
||||
{notificationType}
|
||||
on:click={close()} />
|
||||
on:click={close} />
|
||||
{/if}
|
||||
</div>
|
||||
{/if}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue