diff --git a/components/copyCreatedDocumentModal.vue b/components/copyCreatedDocumentModal.vue index 1c3038b..56fe961 100644 --- a/components/copyCreatedDocumentModal.vue +++ b/components/copyCreatedDocumentModal.vue @@ -60,7 +60,7 @@ const mappings = ref({ }) const startImport = () => { - router.push(`/createDocument/edit/?linkedDocument=${props.id}&type=${documentTypeToUse.value}&optionsToImport=${encodeURIComponent(JSON.stringify(optionsToImport.value))}`) + router.push(`/createDocument/edit/?createddocument=${props.id}&type=${documentTypeToUse.value}&optionsToImport=${encodeURIComponent(JSON.stringify(optionsToImport.value))}`) modal.close() }