fix: Reports are not sent when selecting to send as PNG, CSV or text (#30001)

This commit is contained in:
Elizabeth Thompson 2024-08-23 09:56:15 -07:00 committed by GitHub
parent 7db34b994e
commit 9249facaf5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -683,7 +683,7 @@ const AlertReportModal: FunctionComponent<AlertReportModalProps> = ({
),
recipients,
report_format: reportFormat || DEFAULT_NOTIFICATION_FORMAT,
extra: contentType === ContentType.Dashboard ? currentAlert?.extra : null,
extra: contentType === ContentType.Dashboard ? currentAlert?.extra : {},
};
if (data.recipients && !data.recipients.length) {