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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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