We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39e7d40 commit f3e1cf9Copy full SHA for f3e1cf9
1 file changed
src/lib/layout/responsiveContainerHeader.svelte
@@ -23,7 +23,6 @@
23
hasSearch = false,
24
searchPlaceholder = 'Search by ID',
25
hasFilters = false,
26
- hasCustomFiltersOnly = false,
27
analyticsSource = '',
28
children
29
}: {
@@ -34,7 +33,6 @@
34
33
hasSearch?: boolean;
35
searchPlaceholder?: string;
36
hasFilters?: boolean;
37
- hasCustomFiltersOnly?: boolean;
38
analyticsSource?: string;
39
children?: Snippet;
40
} = $props();
0 commit comments