You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by el...@apache.org on 2021/08/17 16:33:14 UTC

[superset] branch master updated: timezone editor (#16281)

This is an automated email from the ASF dual-hosted git repository.

elizabeth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new f5fbfef  timezone editor (#16281)
f5fbfef is described below

commit f5fbfef6181ecc3402f411fd173d47f63c1920fa
Author: AAfghahi <48...@users.noreply.github.com>
AuthorDate: Tue Aug 17 12:32:17 2021 -0400

    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 657e5db..dd2771c 100644
--- a/superset-frontend/src/components/ReportModal/index.tsx
+++ b/superset-frontend/src/components/ReportModal/index.tsx
@@ -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) {