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:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user