fix: Correct incomplete $state initialization in multiple Svelte components and pages.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
const client = useConvexClient();
|
||||
|
||||
// Estado do filtro
|
||||
const statusFilter = $state<'draft' | 'published' | 'archived' | undefined>(undefined);
|
||||
let statusFilter = $state<'draft' | 'published' | 'archived' | undefined>(undefined);
|
||||
|
||||
// Query de templates
|
||||
const templatesQuery = useQuery(api.flows.listTemplates, () =>
|
||||
|
||||
Reference in New Issue
Block a user