Skip to content

Commit

Permalink
Update apps/meteor/client/views/room/contextualBar/ExportMessages/Mai…
Browse files Browse the repository at this point in the history
…lExportForm.tsx
  • Loading branch information
ggazzo authored Apr 20, 2022
1 parent 77d4d0b commit 1f762bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const MailExportForm: FC<MailExportFormProps> = ({ onCancel, rid }) => {
};
}, [selectedMessageStore]);

// add select option to legacy messages template
// TODO: chapter day frontend - after 5.0 remove
useEffect(() => {
const $root = $(`#chat-window-${rid}`);

Expand Down

0 comments on commit 1f762bb

Please sign in to comment.