mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 03:49:34 +00:00
test: fix svelte-check warnings
This commit is contained in:
parent
1dc547427d
commit
caa7294ed6
4 changed files with 8 additions and 4 deletions
|
@ -12,7 +12,10 @@
|
|||
primaryButtonText="Confirm"
|
||||
secondaryButtons="{[{ text: 'Cancel' }, { text: 'Duplicate' }]}"
|
||||
secondaryButtonText="Cancel"
|
||||
on:click:button--secondary="{({ detail }) => (open = false)}"
|
||||
on:click:button--secondary="{({ detail }) => {
|
||||
console.log(detail);
|
||||
open = false;
|
||||
}}"
|
||||
on:open
|
||||
on:close
|
||||
on:submit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue