Skip to content

Commit f3e1cf9

Browse files
committed
merge
1 parent 39e7d40 commit f3e1cf9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib/layout/responsiveContainerHeader.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
hasSearch = false,
2424
searchPlaceholder = 'Search by ID',
2525
hasFilters = false,
26-
hasCustomFiltersOnly = false,
2726
analyticsSource = '',
2827
children
2928
}: {
@@ -34,7 +33,6 @@
3433
hasSearch?: boolean;
3534
searchPlaceholder?: string;
3635
hasFilters?: boolean;
37-
hasCustomFiltersOnly?: boolean;
3836
analyticsSource?: string;
3937
children?: Snippet;
4038
} = $props();

0 commit comments

Comments
 (0)