Skip to content

Commit

Permalink
Update src/lib/component/datatable/accessories/filter.svelte
Browse files Browse the repository at this point in the history
Co-authored-by: James <[email protected]>
  • Loading branch information
srpiatt and JamesPeck authored Feb 28, 2024
1 parent 66082c7 commit 9dcff8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/component/datatable/accessories/filter.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
placeholder="Filter"
bind:value
on:input={() => {
if (filterBy) handler.filter(value, filterBy);
filterBy && handler.filter(value, filterBy);
}}
/>
</th>

0 comments on commit 9dcff8e

Please sign in to comment.