Skip to content

Commit

Permalink
ci: apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Jan 7, 2025
1 parent df81835 commit 1458242
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/svelte/filtering/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
_features,
_rowModels: {
filteredRowModel: createFilteredRowModel({
...filterFns, fuzzy: fuzzyFilter
...filterFns,
fuzzy: fuzzyFilter,
}),
paginatedRowModel: createPaginatedRowModel(),
},
Expand Down

0 comments on commit 1458242

Please sign in to comment.