diff --git a/frontend/src/pages/authorizationDetails/DocumentsSection.tsx b/frontend/src/pages/authorizationDetails/DocumentsSection.tsx index b5a7ddc9..bceebeb9 100644 --- a/frontend/src/pages/authorizationDetails/DocumentsSection.tsx +++ b/frontend/src/pages/authorizationDetails/DocumentsSection.tsx @@ -56,6 +56,8 @@ export function DocumentsSection({ item }: Readonly) { canDownload && 'documents-table-cell--link', )} href={env.VITE_AMS_URL +'download.aspx?PosseObjectId='+ doc.DocumentObjectID} + target="_blank" + rel={canDownload ? 'noopener noreferrer' : ''} > {doc.Description}