Skip to content
Snippets Groups Projects
Commit e0156142 authored by Samed's avatar Samed
Browse files

feat: updated reportingform

parent c0b3a7d0
No related branches found
No related tags found
1 merge request!344feat: persist report on the backend
This commit is part of merge request !344. Comments created here will be created in the context of that merge request.
......@@ -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