mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-26 13:16:00 +00:00
fix
This commit is contained in:
@@ -39,7 +39,10 @@
|
||||
}
|
||||
|
||||
async function handleSubmit(e) {
|
||||
axiosInstance.post('connections/save', e.detail);
|
||||
axiosInstance.post('connections/save', {
|
||||
...e.detail,
|
||||
singleDatabase: e.detail.defaultDatabase ? e.detail.singleDatabase : false,
|
||||
});
|
||||
closeCurrentModal();
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user