Skip to content

Commit 0a23015

Browse files
authored
Merge pull request #540 from coderoad/feat/auto-continue-tutorial
Auto launch continue
2 parents 8dbcc90 + 4b65cb0 commit 0a23015

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ export const createMachine = (options: any) => {
5858
actions: 'requestWorkspaceSelect',
5959
},
6060
LOAD_STORED_TUTORIAL: {
61-
target: 'Start',
62-
actions: ['loadContinuedTutorial'],
61+
target: '#tutorial',
62+
actions: ['loadContinuedTutorial', 'continueConfig'],
6363
},
6464
START_NEW_TUTORIAL: {
6565
target: 'Start',

0 commit comments

Comments
 (0)