1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-14 09:20:06 +00:00

feat: implemented functionality for adding file/folder from sidebar context menu

This commit is contained in:
2022-07-20 16:45:45 +05:00
parent 941917e508
commit 0ce94a553e
4 changed files with 232 additions and 7 deletions

View File

@@ -88,6 +88,7 @@ const Studio = () => {
directoryData={directoryData}
handleSelect={handleSelect}
removeFileFromTree={removeFileFromTree}
refreshSideBar={fetchDirectoryData}
/>
<SASjsEditor
selectedFilePath={selectedFilePath}