diff --git a/superset-frontend/src/components/ReportModal/index.tsx b/superset-frontend/src/components/ReportModal/index.tsx index fbdb751e3e2..7ec4681912c 100644 --- a/superset-frontend/src/components/ReportModal/index.tsx +++ b/superset-frontend/src/components/ReportModal/index.tsx @@ -215,6 +215,7 @@ const ReportModal: FunctionComponent = ({ creation_method: props.props.creationMethod, active: true, report_format: currentReport?.report_format, + timezone: currentReport?.timezone, }; if (isEditMode) {