Update src/lib/components/filters/content.svelte

This commit is contained in:
Darshan
2025-07-24 16:21:38 +05:30
committed by GitHub
parent 20ed81979b
commit bbe7dd562e
+2 -1
View File
@@ -24,7 +24,8 @@
operatorKey = $bindable(null),
singleCondition = false
}: {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
// We cast to any to not cause type errors in the input components
/* eslint @typescript-eslint/no-explicit-any: 'off' */
value?: any;
columns: Writable<Column[]>;
columnId?: string | null;