Skip to content

Commit

Permalink
fix(alert & report): make to fix the issue when recreate report (apac…
Browse files Browse the repository at this point in the history
  • Loading branch information
prosdev0107 authored and philipher29 committed Jun 9, 2022
1 parent 36fede4 commit b816e3a
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 b816e3a

Please sign in to comment.