mirror of
https://github.com/simstudioai/sim.git
synced 2026-09-24 15:45:35 +08:00
fix(store): block named starter not start
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user