fix(store): block named starter not start

This commit is contained in:
Emir Karabeg
2025-02-16 16:16:24 -08:00
parent 04e0a76c78
commit 2ba9998436
+1 -1
View File
@@ -91,7 +91,7 @@ export const useWorkflowRegistry = create<WorkflowRegistry>()(
[starterId]: {
id: starterId,
type: 'starter',
name: 'Start',
name: 'Starter',
position: { x: 100, y: 100 },
subBlocks: {
startWorkflow: {