We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecac58b commit 33d854cCopy full SHA for 33d854c
web-app/src/services/state/machine.ts
@@ -49,7 +49,7 @@ export const machine = Machine<CR.MachineContext, CR.MachineStateSchema, CR.Mach
49
},
50
ContinueTutorial: {
51
on: {
52
- TUTORIAL_START: '#tutorial-load-next',
+ TUTORIAL_START: '#tutorial-stage',
53
TUTORIAL_SELECT: 'SelectTutorial'
54
55
0 commit comments