Skip to content

Commit bbe7dd5

Browse files
authored
Update src/lib/components/filters/content.svelte
1 parent 20ed819 commit bbe7dd5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/components/filters/content.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
operatorKey = $bindable(null),
2525
singleCondition = false
2626
}: {
27-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
27+
// We cast to any to not cause type errors in the input components
28+
/* eslint @typescript-eslint/no-explicit-any: 'off' */
2829
value?: any;
2930
columns: Writable<Column[]>;
3031
columnId?: string | null;

0 commit comments

Comments
 (0)