mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-02-05 16:48:32 -06:00
proper invocation
This commit is contained in:
@@ -65,7 +65,9 @@ const MonitorDetailsControlHeader = ({
|
||||
color="secondary"
|
||||
loading={isSending}
|
||||
startIcon={<EmailIcon />}
|
||||
onClick={sendTestEmail}
|
||||
onClick={() => {
|
||||
sendTestEmail();
|
||||
}}
|
||||
>
|
||||
{t("sendTestEmail")}
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user