From 18243f020746265a113b4a5c33557154426170f3 Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Wed, 29 Jan 2025 13:41:54 +0000 Subject: [PATCH] chore: always target blank for download button --- .../common/messaging/attachments/AttachmentActions.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/common/messaging/attachments/AttachmentActions.tsx b/src/components/common/messaging/attachments/AttachmentActions.tsx index 8a4fe575..a667f400 100644 --- a/src/components/common/messaging/attachments/AttachmentActions.tsx +++ b/src/components/common/messaging/attachments/AttachmentActions.tsx @@ -49,10 +49,11 @@ export default function AttachmentActions({ attachment }: Props) {