Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6869a22 commit 5ba31e6Copy full SHA for 5ba31e6
web-app/src/Routes.tsx
@@ -20,7 +20,7 @@ const Routes = () => {
20
<Route path="Start.ContinueTutorial">
21
<ContinuePage send={send} context={context} />
22
</Route>
23
- <Route path={['Start.LoadTutorialSummary', 'Start.LoadTutorialData']}>
+ <Route path={['Start.LoadTutorialSummary', 'Start.LoadTutorialData', 'Start.SetupNewTutorial']}>
24
<LoadingPage text="Loading Tutorial..." context={context} />
25
26
<Route path={'Start.Error'}>
0 commit comments