We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f64188 commit 5a8a703Copy full SHA for 5a8a703
1 file changed
apps/sim/stores/workflows/registry/store.ts
@@ -1212,10 +1212,6 @@ export const useWorkflowRegistry = create<WorkflowRegistry>()(
1212
}))
1213
}
1214
1215
- // Set as active workflow and update store
1216
- set({ activeWorkflowId: id })
1217
- useWorkflowStore.setState(newState)
1218
-
1219
// Workflow has already been persisted to the database via the duplication endpoint
1220
1221
logger.info(
0 commit comments