diff --git a/src/lib/components/filters/content.svelte b/src/lib/components/filters/content.svelte index b65dde41b..1fd218fb9 100644 --- a/src/lib/components/filters/content.svelte +++ b/src/lib/components/filters/content.svelte @@ -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; columnId?: string | null;