We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8dbcc90 + 4b65cb0 commit 0a23015Copy full SHA for 0a23015
web-app/src/services/state/machine.ts
@@ -58,8 +58,8 @@ export const createMachine = (options: any) => {
58
actions: 'requestWorkspaceSelect',
59
},
60
LOAD_STORED_TUTORIAL: {
61
- target: 'Start',
62
- actions: ['loadContinuedTutorial'],
+ target: '#tutorial',
+ actions: ['loadContinuedTutorial', 'continueConfig'],
63
64
START_NEW_TUTORIAL: {
65
target: 'Start',
0 commit comments