Fix stupid bug.

This commit is contained in:
Tuan Cao 2022-04-18 17:53:23 +07:00
parent 43d1b12d17
commit 94bb53b6fc

View File

@ -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' }}