import sql dump

This commit is contained in:
Jan Prochazka
2022-04-18 19:59:19 +02:00
parent 2c25669bc7
commit ed0d63d135
3 changed files with 15 additions and 7 deletions

View File

@@ -9,7 +9,7 @@
export let onConfirm;
const handleSubmit = async e => {
const handleSubmit = e => {
onConfirm(e.detail.url);
closeCurrentModal();
};