From 77c8f74bcbf09cd469ccf1c46b64b17f5434dfdf Mon Sep 17 00:00:00 2001 From: Dave Richer Date: Wed, 21 Feb 2024 13:13:26 -0500 Subject: [PATCH] - Restore functionality Signed-off-by: Dave Richer --- .../report-center-modal/report-center-modal.component.jsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/client/src/components/report-center-modal/report-center-modal.component.jsx b/client/src/components/report-center-modal/report-center-modal.component.jsx index 1dcf81481..1a451f134 100644 --- a/client/src/components/report-center-modal/report-center-modal.component.jsx +++ b/client/src/components/report-center-modal/report-center-modal.component.jsx @@ -245,6 +245,9 @@ export function ReportCenterModalComponent({reportCenterModal, bodyshop}) { {() => { const key = form.getFieldValue("key"); const datedisable = Templates[key] && Templates[key].datedisable; + + // TODO: MERGE NOTE, Ranges turns to presets in DatePicker.RangePicker + if (datedisable !== true) { return ( );