Browse Source

fix location form init value

master
Daniel 9 months ago
parent
commit
8b6bfb2a26
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      angular/src/app/_views/location/location-form/location-form.component.ts

+ 1
- 0
angular/src/app/_views/location/location-form/location-form.component.ts View File

@@ -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);
}
}



Loading…
Cancel
Save