From 68ed39bcd34f8cc3c10b37121fa717dfe4ad3cce Mon Sep 17 00:00:00 2001 From: smileydev <47900232+prosdev0107@users.noreply.github.com> Date: Wed, 13 Apr 2022 13:02:33 -0400 Subject: [PATCH] fix(alert & report): make to fix the issue when recreate report (#19419) --- superset-frontend/src/components/ReportModal/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/superset-frontend/src/components/ReportModal/index.tsx b/superset-frontend/src/components/ReportModal/index.tsx index 5cdc216a0e6..7707a22896d 100644 --- a/superset-frontend/src/components/ReportModal/index.tsx +++ b/superset-frontend/src/components/ReportModal/index.tsx @@ -155,6 +155,7 @@ const reportReducer = ( ): Partial | null => { const initialState = { name: 'Weekly Report', + crontab: '0 12 * * 1', }; switch (action.type) {