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