From 56f1efb55d1876eb609df5f4ea26677dfbae467a Mon Sep 17 00:00:00 2001 From: Taylor Date: Tue, 29 Mar 2022 16:13:37 -0400 Subject: [PATCH] fix(alert & report): make to fix the issue when recreate report --- 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 c8273bd98580..f97ac60187d2 100644 --- a/superset-frontend/src/components/ReportModal/index.tsx +++ b/superset-frontend/src/components/ReportModal/index.tsx @@ -157,6 +157,7 @@ const reportReducer = ( ): Partial | null => { const initialState = { name: 'Weekly Report', + crontab: '0 12 * * 1', }; switch (action.type) {