From 82f5aef252054b4f52c543dd6a97bf931769879f Mon Sep 17 00:00:00 2001 From: Arash Date: Mon, 16 Aug 2021 18:47:00 -0400 Subject: [PATCH] timezone editor --- 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 657e5db9ac0b..dd2771c62f63 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) {