Skip to content

Commit c4f3987

Browse files
Merge pull request #526 from simstudioai/fix/workflow-reload
fix/workflow-reload
2 parents a6e67ee + 127e70e commit c4f3987

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • apps/sim/stores/workflows/registry

apps/sim/stores/workflows/registry/store.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export const useWorkflowRegistry = create<WorkflowRegistry>()(
9090
workflows: {},
9191
activeWorkflowId: null,
9292
activeWorkspaceId: null, // No longer persisted in localStorage
93-
isLoading: false,
93+
isLoading: true,
9494
error: null,
9595
// Initialize deployment statuses
9696
deploymentStatuses: {},
@@ -1349,7 +1349,7 @@ export const useWorkflowRegistry = create<WorkflowRegistry>()(
13491349
workflows: {},
13501350
activeWorkflowId: null,
13511351
activeWorkspaceId: null,
1352-
isLoading: false,
1352+
isLoading: true,
13531353
error: null,
13541354
})
13551355

0 commit comments

Comments
 (0)