mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 17:16:01 +00:00
define description modal
This commit is contained in:
@@ -10,5 +10,6 @@ export function openArchiveFolder() {
|
||||
properties: ['openDirectory'],
|
||||
});
|
||||
const linkedFolder = filePaths && filePaths[0];
|
||||
if (!linkedFolder) return;
|
||||
axiosInstance.post('archive/create-link', { linkedFolder });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user