mirror of
https://github.com/apache/superset.git
synced 2026-04-07 18:35:15 +00:00
timezone editor (#16281)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user