1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-10 07:50:05 +00:00

fix: use hash router instead of browser router in react app

This commit is contained in:
2021-10-19 18:39:06 +00:00
parent a5bfdf9503
commit c72867d5a7
3 changed files with 21 additions and 10 deletions

View File

@@ -54,7 +54,7 @@ const SideBar = (props: any) => {
window.history.pushState(
'',
'',
`${baseUrl}/SASjsDrive?filepath=${node.relativePath}`
`${baseUrl}/#/SASjsDrive?filepath=${node.relativePath}`
)
props.setSelectedFilePath(node.relativePath)
}