mirror of
https://github.com/sasjs/server.git
synced 2026-01-16 18:30:06 +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)
|
const queryParams = new URLSearchParams(location.search)
|
||||||
props.setSelectedFilePath(queryParams.get('filePath'))
|
props.setSelectedFilePath(queryParams.get('filePath'))
|
||||||
}, [])
|
})
|
||||||
|
|
||||||
const handleSelect = (node: TreeNode) => {
|
const handleSelect = (node: TreeNode) => {
|
||||||
if (!node.children.length) {
|
if (!node.children.length) {
|
||||||
|
|||||||
Reference in New Issue
Block a user