We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6e67ee + 127e70e commit c4f3987Copy full SHA for c4f3987
1 file changed
apps/sim/stores/workflows/registry/store.ts
@@ -90,7 +90,7 @@ export const useWorkflowRegistry = create<WorkflowRegistry>()(
90
workflows: {},
91
activeWorkflowId: null,
92
activeWorkspaceId: null, // No longer persisted in localStorage
93
- isLoading: false,
+ isLoading: true,
94
error: null,
95
// Initialize deployment statuses
96
deploymentStatuses: {},
@@ -1349,7 +1349,7 @@ export const useWorkflowRegistry = create<WorkflowRegistry>()(
1349
1350
1351
activeWorkspaceId: null,
1352
1353
1354
})
1355
0 commit comments