mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Update src/lib/components/filters/content.svelte
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user