Skip to content

Commit

Permalink
timezone editor (apache#16281)
Browse files Browse the repository at this point in the history
  • Loading branch information
AAfghahi authored Aug 17, 2021
1 parent b3f5cc0 commit e5c55d3
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 @@ -210,6 +210,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 e5c55d3

Please sign in to comment.