|
|
|
@@ -51,6 +51,7 @@ export class LocationFormComponent extends AbstractDataFormComponent<LocationJso |
|
|
|
this.form.get('isZone')?.setValue(false); |
|
|
|
this.form.get('isPlace')?.setValue(false); |
|
|
|
this.form.get('isPort')?.setValue(false); |
|
|
|
this.form.get('isStartEnd')?.setValue(false); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|