Skip to content
Snippets Groups Projects
Verified Commit 767a8272 authored by Samed's avatar Samed Committed by Dennis Collaris
Browse files

feat: updated reportingform

parent 8316f55a
No related branches found
Tags v1.146.2
No related merge requests found
......@@ -77,7 +77,7 @@ export function ReportingForm(props: Props) {
description,
recipients,
frequency,
template: JSON.stringify(editorState), // Convert editorState to string
template: JSON.stringify(editorState),
save_state_id: session.currentSaveState,
type: 'report',
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment