mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-03 16:23:58 +00:00
fix
This commit is contained in:
@@ -39,7 +39,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function handleSubmit(e) {
|
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();
|
closeCurrentModal();
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user