Kaynağa Gözat

fix location form init value

master
Daniel 9 ay önce
ebeveyn
işleme
8b6bfb2a26
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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 Dosyayı Görüntüle

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



Yükleniyor…
İptal
Kaydet