From e0156142babef079e01249df6189e178297fab4d Mon Sep 17 00:00:00 2001 From: Samed <sbalcioglu@graphpolaris.com> Date: Mon, 2 Dec 2024 11:48:21 +0100 Subject: [PATCH] feat: updated reportingform --- libs/shared/lib/insight-sharing/reporting/ReportingForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/shared/lib/insight-sharing/reporting/ReportingForm.tsx b/libs/shared/lib/insight-sharing/reporting/ReportingForm.tsx index ec1284d4a..b73983f51 100644 --- a/libs/shared/lib/insight-sharing/reporting/ReportingForm.tsx +++ b/libs/shared/lib/insight-sharing/reporting/ReportingForm.tsx @@ -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', }; -- GitLab