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