Skip to content

Commit 4b65cb0

Browse files
committed
auto continue
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
1 parent 8dbcc90 commit 4b65cb0

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)
close