timezone editor (#16281)
This commit is contained in:
parent
203c311ca3
commit
f5fbfef618
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue