fix: Reports are not sent when selecting to send as PNG, CSV or text (#30001)
This commit is contained in:
parent
7db34b994e
commit
9249facaf5
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue