mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 13:06:01 +00:00
import sql dump
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
export let onConfirm;
|
||||
|
||||
const handleSubmit = async e => {
|
||||
const handleSubmit = e => {
|
||||
onConfirm(e.detail.url);
|
||||
closeCurrentModal();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user