mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 03:45:59 +00:00
electron app starting
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
import axiosInstance from '../utility/axiosInstance';
|
||||
|
||||
function handleOk(e) {
|
||||
axiosInstance.post(
|
||||
axiosInstance().post(
|
||||
'config/update-settings',
|
||||
_.omitBy(e.detail, (v, k) => k.startsWith(':'))
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user