Fix stupid bug.
This commit is contained in:
parent
43d1b12d17
commit
94bb53b6fc
@ -29,7 +29,7 @@ export default function FolderTree(props) {
|
||||
// console.log(currentNode)
|
||||
if (currentNode != null && currentNode.routePath != null) {
|
||||
router.push(currentNode.routePath)
|
||||
router.reload()
|
||||
// router.reload()
|
||||
}
|
||||
}}
|
||||
sx={{ flexGrow: 1, maxWidth: 400, overflowY: 'auto' }}
|
||||
|
Loading…
Reference in New Issue
Block a user