mirror of
https://github.com/sasjs/server.git
synced 2026-01-06 14:10:06 +00:00
feat: implemented delete file/folder functionality
This commit is contained in:
@@ -107,6 +107,8 @@ const SASjsEditor = ({
|
||||
setOpenModal(true)
|
||||
})
|
||||
.finally(() => setIsLoading(false))
|
||||
} else {
|
||||
setFileContent('')
|
||||
}
|
||||
}, [selectedFilePath])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user