Skip to content

Commit

Permalink
fix: dialog attachments should be opened in a new window or tab (#1359)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanes authored Nov 12, 2024
1 parent a6be41c commit 6eebad7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ export const InboxItemDetail = ({ dialog }: InboxItemDetailProps): JSX.Element =
attachment.urls.map((url) => (
<li key={url.id} className={styles.attachmentItem}>
<Link
target="_blank"
href={url.url}
aria-label={t('inbox.attachment.link', {
label: url.url,
Expand Down

0 comments on commit 6eebad7

Please sign in to comment.