Skip to content
Snippets Groups Projects

feat: persist report on the backend

Merged Samed requested to merge feat/report_backend into main
1 unresolved thread
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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',
};
Loading