mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
merge
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
hasSearch = false,
|
||||
searchPlaceholder = 'Search by ID',
|
||||
hasFilters = false,
|
||||
hasCustomFiltersOnly = false,
|
||||
analyticsSource = '',
|
||||
children
|
||||
}: {
|
||||
@@ -34,7 +33,6 @@
|
||||
hasSearch?: boolean;
|
||||
searchPlaceholder?: string;
|
||||
hasFilters?: boolean;
|
||||
hasCustomFiltersOnly?: boolean;
|
||||
analyticsSource?: string;
|
||||
children?: Snippet;
|
||||
} = $props();
|
||||
|
||||
Reference in New Issue
Block a user