mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 21:55:59 +00:00
sqlite WIP
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
async function handleSubmit(e) {
|
||||
axiosInstance.post('connections/save', {
|
||||
...e.detail,
|
||||
singleDatabase: e.detail.defaultDatabase ? e.detail.singleDatabase : false,
|
||||
singleDatabase: driver?.isFileDatabase || (e.detail.defaultDatabase ? e.detail.singleDatabase : false),
|
||||
});
|
||||
closeCurrentModal();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user