Skip to content

Commit 22e296b

Browse files
committed
Fix the 'source' param of attachment in address bar not syncing after switching to another item
1 parent d202e29 commit 22e296b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/components/Attachments/AttachmentCarousel

src/components/Attachments/AttachmentCarousel/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ function AttachmentCarousel({report, attachmentID, source, onNavigate, setDownlo
108108
report={report}
109109
attachmentID={attachmentID}
110110
source={source}
111+
onNavigate={onNavigate}
111112
/>
112113
);
113114
}

0 commit comments

Comments
 (0)