mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-21 04:39:19 +00:00
test: fix svelte-check errors/hints
This commit is contained in:
parent
eaa1603d42
commit
cda0141f75
4 changed files with 10 additions and 74 deletions
|
@ -111,7 +111,7 @@
|
|||
<ToolbarContent>
|
||||
<ToolbarSearch
|
||||
shouldFilterRows="{(row, value) => {
|
||||
return true;
|
||||
return row.name.includes(value);
|
||||
}}"
|
||||
/>
|
||||
<ToolbarMenu>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue