mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 17:16:01 +00:00
electron app starting
This commit is contained in:
@@ -12,7 +12,7 @@ export async function openArchiveFolder() {
|
||||
});
|
||||
const linkedFolder = filePaths && filePaths[0];
|
||||
if (!linkedFolder) return;
|
||||
const resp = await axiosInstance.post('archive/create-link', { linkedFolder });
|
||||
const resp = await axiosInstance().post('archive/create-link', { linkedFolder });
|
||||
|
||||
currentArchive.set(resp.data);
|
||||
selectedWidget.set('archive');
|
||||
|
||||
Reference in New Issue
Block a user