From f5fbfef6181ecc3402f411fd173d47f63c1920fa Mon Sep 17 00:00:00 2001 From: AAfghahi <48933336+AAfghahi@users.noreply.github.com> Date: Tue, 17 Aug 2021 12:32:17 -0400 Subject: [PATCH] timezone editor (#16281) --- superset-frontend/src/components/ReportModal/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/superset-frontend/src/components/ReportModal/index.tsx b/superset-frontend/src/components/ReportModal/index.tsx index 657e5db9ac0b4..dd2771c62f632 100644 --- a/superset-frontend/src/components/ReportModal/index.tsx +++ b/superset-frontend/src/components/ReportModal/index.tsx @@ -210,6 +210,7 @@ const ReportModal: FunctionComponent = ({ creation_method: props.props.creationMethod, active: true, report_format: currentReport?.report_format, + timezone: currentReport?.timezone, }; if (isEditMode) {