mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 13:06:01 +00:00
download fileat first in imports
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
import { closeCurrentModal } from './modalTools';
|
||||
|
||||
export let onConfirm;
|
||||
export let url;
|
||||
|
||||
const handleSubmit = e => {
|
||||
onConfirm(e.detail.url);
|
||||
@@ -15,7 +16,7 @@
|
||||
};
|
||||
</script>
|
||||
|
||||
<FormProvider>
|
||||
<FormProvider initialValues={{ url }}>
|
||||
<ModalBase {...$$restProps}>
|
||||
<svelte:fragment slot="header">Download imported file from web</svelte:fragment>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user