define description modal

This commit is contained in:
Jan Prochazka
2021-11-13 11:08:24 +01:00
parent ec5b887e78
commit 1f821fc654
10 changed files with 261 additions and 5 deletions

View File

@@ -10,5 +10,6 @@ export function openArchiveFolder() {
properties: ['openDirectory'],
});
const linkedFolder = filePaths && filePaths[0];
if (!linkedFolder) return;
axiosInstance.post('archive/create-link', { linkedFolder });
}