Skip to content

Commit

Permalink
fix(alert & report): make to fix the issue when recreate report (#19419)
Browse files Browse the repository at this point in the history
  • Loading branch information
prosdev0107 committed Apr 13, 2022
1 parent 94e06c2 commit 68ed39b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset-frontend/src/components/ReportModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ const reportReducer = (
): Partial<ReportObject> | null => {
const initialState = {
name: 'Weekly Report',
crontab: '0 12 * * 1',
};

switch (action.type) {
Expand Down

0 comments on commit 68ed39b

Please sign in to comment.