timezone editor (#16281)

This commit is contained in:
AAfghahi 2021-08-17 12:32:17 -04:00 committed by GitHub
parent 203c311ca3
commit f5fbfef618
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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) {