1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-08 07:00:04 +00:00

fix(web): use mui treeView instead of custom implementation

This commit is contained in:
2022-11-06 01:14:58 +05:00
parent e10a0554f0
commit c51b50428f
4 changed files with 86 additions and 85 deletions

View File

@@ -180,7 +180,6 @@ const SideBar = ({
{directoryData && (
<TreeView
node={directoryData}
selectedFilePath={selectedFilePath}
handleSelect={handleFileSelect}
deleteNode={deleteNode}
addFile={addFile}