mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 21:46:00 +00:00
electron app starting
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
}
|
||||
errorMessage = null;
|
||||
isLoading = true;
|
||||
const resp = await axiosInstance.post('runners/load-reader', sourceReader);
|
||||
const resp = await axiosInstance().post('runners/load-reader', sourceReader);
|
||||
// @ts-ignore
|
||||
model = resp.data;
|
||||
grider = new RowsArrayGrider(resp.data.rows);
|
||||
|
||||
Reference in New Issue
Block a user