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
|
@ -6,6 +6,6 @@
|
|||
text="text"
|
||||
on:click
|
||||
on:copy
|
||||
copy="{(text) => {}}"
|
||||
copy="{(text) => text}"
|
||||
feedback="Copied to clipboard"
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue