fix(alert & report): make to fix the issue when recreate report (#19419)

This commit is contained in:
smileydev
2022-04-13 13:02:33 -04:00
committed by GitHub
parent 94e06c2b6a
commit 68ed39bcd3

View File

@@ -155,6 +155,7 @@ const reportReducer = (
): Partial<ReportObject> | null => {
const initialState = {
name: 'Weekly Report',
crontab: '0 12 * * 1',
};
switch (action.type) {