diff --git a/apps/sim/stores/workflows/registry/store.ts b/apps/sim/stores/workflows/registry/store.ts index a75cada4aa1..deb4f46ad13 100644 --- a/apps/sim/stores/workflows/registry/store.ts +++ b/apps/sim/stores/workflows/registry/store.ts @@ -90,7 +90,7 @@ export const useWorkflowRegistry = create()( workflows: {}, activeWorkflowId: null, activeWorkspaceId: null, // No longer persisted in localStorage - isLoading: false, + isLoading: true, error: null, // Initialize deployment statuses deploymentStatuses: {}, @@ -1349,7 +1349,7 @@ export const useWorkflowRegistry = create()( workflows: {}, activeWorkflowId: null, activeWorkspaceId: null, - isLoading: false, + isLoading: true, error: null, })