Skip to content

Commit

Permalink
fix(alert & report): make to fix the issue when recreate report
Browse files Browse the repository at this point in the history
  • Loading branch information
prosdev0107 committed Mar 29, 2022
1 parent a619cb4 commit 56f1efb
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 @@ -157,6 +157,7 @@ const reportReducer = (
): Partial<ReportObject> | null => {
const initialState = {
name: 'Weekly Report',
crontab: '0 12 * * 1',
};

switch (action.type) {
Expand Down

0 comments on commit 56f1efb

Please sign in to comment.