diff --git a/src/widgets/FontSearch/ui/FontSearch/FontSearch.svelte b/src/widgets/FontSearch/ui/FontSearch/FontSearch.svelte index e9bf1e0..feb3882 100644 --- a/src/widgets/FontSearch/ui/FontSearch/FontSearch.svelte +++ b/src/widgets/FontSearch/ui/FontSearch/FontSearch.svelte @@ -33,7 +33,7 @@ interface Props { showFilters?: boolean; } -let { showFilters = $bindable(false) }: Props = $props(); +let { showFilters = $bindable(true) }: Props = $props(); onMount(() => { /**