Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
MessageLogger: fix edit modal close button
Browse files Browse the repository at this point in the history
  • Loading branch information
Vendicated committed Jul 15, 2024
1 parent ea746f6 commit 5bd10c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/messageLogger/HistoryModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export function HistoryModal({ modalProps, message }: { modalProps: ModalProps;
<ModalRoot {...modalProps} size={ModalSize.LARGE}>
<ModalHeader className={cl("head")}>
<Text variant="heading-lg/semibold" style={{ flexGrow: 1 }}>Message Edit History</Text>
<ModalCloseButton onClick={close} />
<ModalCloseButton onClick={modalProps.onClose} />
</ModalHeader>

<ModalContent className={cl("contents")}>
Expand Down

0 comments on commit 5bd10c8

Please sign in to comment.