This commit is contained in:
Harsh Mahajan
2026-02-05 12:39:11 +05:30
parent 39e7d40575
commit f3e1cf9e98
@@ -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();