diff --git a/pages/createDocument/edit/[[id]].vue b/pages/createDocument/edit/[[id]].vue index d87dfb4..f5cec09 100644 --- a/pages/createDocument/edit/[[id]].vue +++ b/pages/createDocument/edit/[[id]].vue @@ -278,7 +278,7 @@ const setupPage = async () => { if (route.query.createddocument) { itemInfo.value.createddocument = route.query.createddocument - let linkedDocument = await useEntities("createddocuments").selectSingle(itemInfo.value.createddocument,'',true) + let linkedDocument = await useEntities("createddocuments").selectSingle(itemInfo.value.createddocument,'',false) if (route.query.optionsToImport) { //Import only true