Fix issue#5: Bug in updating Group Settings.

Change the default value of address.timezone property.
This commit is contained in:
summersamara 2023-10-03 12:25:32 +02:00
parent 82e9493f44
commit 7f77694d20

View file

@ -48,7 +48,7 @@ export class Address implements IAddress {
geom?: string = "";
timezone?: string = "";
timezone?: string;
constructor(hash?: IAddress) {
if (!hash) return;