mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 23:06:00 +00:00
electron app starting
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
];
|
||||
|
||||
const createOption = folder => {
|
||||
axiosInstance.post('archive/create-folder', { folder });
|
||||
axiosInstance().post('archive/create-folder', { folder });
|
||||
setFieldValue(name, folder);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user