forked from potsda.mn/mobilizon
Fix issue#5: Bug in updating Group Settings.
Change the default value of address.timezone property.
This commit is contained in:
parent
82e9493f44
commit
7f77694d20
|
@ -48,7 +48,7 @@ export class Address implements IAddress {
|
|||
|
||||
geom?: string = "";
|
||||
|
||||
timezone?: string = "";
|
||||
timezone?: string;
|
||||
|
||||
constructor(hash?: IAddress) {
|
||||
if (!hash) return;
|
||||
|
|
Loading…
Reference in a new issue