We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0fe910 commit a584e95Copy full SHA for a584e95
apps/sim/stores/workflows/workflow/store.ts
@@ -379,10 +379,6 @@ export const useWorkflowStore = create<WorkflowStore>()(
379
}
380
381
382
- const removedBlockTypes = [...blocksToRemove]
383
- .map((id) => currentBlocks[id]?.type)
384
- .filter((t): t is string => typeof t === 'string')
385
-
386
set({
387
blocks: newBlocks,
388
edges: newEdges,
0 commit comments