mirror of
https://github.com/apache/superset.git
synced 2026-06-05 15:49:27 +00:00
fix(alert & report): make to fix the issue when recreate report (#19419)
This commit is contained in:
@@ -155,6 +155,7 @@ const reportReducer = (
|
||||
): Partial<ReportObject> | null => {
|
||||
const initialState = {
|
||||
name: 'Weekly Report',
|
||||
crontab: '0 12 * * 1',
|
||||
};
|
||||
|
||||
switch (action.type) {
|
||||
|
||||
Reference in New Issue
Block a user