test: fix svelte-check errors/hints

This commit is contained in:
Eric Liu 2022-03-20 08:32:22 -07:00
commit cda0141f75
4 changed files with 10 additions and 74 deletions

View file

@ -111,7 +111,7 @@
<ToolbarContent>
<ToolbarSearch
shouldFilterRows="{(row, value) => {
return true;
return row.name.includes(value);
}}"
/>
<ToolbarMenu>