Skip to content

Commit 33d854c

Browse files
committed
load stage (not 100%)
1 parent ecac58b commit 33d854c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-app/src/services/state/machine.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const machine = Machine<CR.MachineContext, CR.MachineStateSchema, CR.Mach
4949
},
5050
ContinueTutorial: {
5151
on: {
52-
TUTORIAL_START: '#tutorial-load-next',
52+
TUTORIAL_START: '#tutorial-stage',
5353
TUTORIAL_SELECT: 'SelectTutorial'
5454
},
5555
},

0 commit comments

Comments
 (0)