mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-22 14:47:56 +01:00
Add support for try page.
This commit is contained in:
parent
09f04190d8
commit
559b3a0228
@ -75,6 +75,10 @@ const App = (): ReactElement => {
|
|||||||
<Editor memoryPersistence={memoryPersistence}
|
<Editor memoryPersistence={memoryPersistence}
|
||||||
readOnlyMode={readOnlyMode} mapId={mapId} />
|
readOnlyMode={readOnlyMode} mapId={mapId} />
|
||||||
</Route>
|
</Route>
|
||||||
|
<Route exact path="/c/maps/:id/try">
|
||||||
|
<Editor memoryPersistence={memoryPersistence}
|
||||||
|
readOnlyMode={readOnlyMode} mapId={mapId} />
|
||||||
|
</Route>
|
||||||
</Switch>
|
</Switch>
|
||||||
</Router>
|
</Router>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
Loading…
Reference in New Issue
Block a user