mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 14:16:01 +00:00
fix
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
|
||||
export let onConfirm;
|
||||
|
||||
const handleSubmit = async values => {
|
||||
onConfirm(values.url);
|
||||
const handleSubmit = async e => {
|
||||
onConfirm(e.detail.url);
|
||||
closeCurrentModal();
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user