1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-09 15:30:05 +00:00

chore: code fixes

This commit is contained in:
2022-07-26 00:07:11 +05:00
parent 6c7550286b
commit ce2114e3f6
2 changed files with 7 additions and 8 deletions

View File

@@ -98,8 +98,6 @@ const TreeViewNode = ({
return
}
if (!node.name.includes('.')) return
handleSelect(node.relativePath)
}