1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-11 03:34:35 +00:00

chore(web-build): fix web build warnings

This commit is contained in:
2021-10-25 06:47:50 +00:00
parent ec6333f6aa
commit a3f47708a8

View File

@@ -56,7 +56,7 @@ const SideBar = (props: any) => {
})
const queryParams = new URLSearchParams(location.search)
props.setSelectedFilePath(queryParams.get('filePath'))
}, [])
})
const handleSelect = (node: TreeNode) => {
if (!node.children.length) {