Skip to content

Commit

Permalink
timezone editor (apache#16281)
Browse files Browse the repository at this point in the history
(cherry picked from commit f5fbfef)
  • Loading branch information
AAfghahi authored and henryyeh committed Aug 19, 2021
1 parent 0ce0ad4 commit 0dc73c5
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 @@ -215,6 +215,7 @@ const ReportModal: FunctionComponent<ReportProps> = ({
creation_method: props.props.creationMethod,
active: true,
report_format: currentReport?.report_format,
timezone: currentReport?.timezone,
};

if (isEditMode) {
Expand Down

0 comments on commit 0dc73c5

Please sign in to comment.