merge qc changes : kms
This commit is contained in:
parent
255e24baab
commit
e98a56c757
@ -223,6 +223,12 @@ export class EntityEditRegionComponent implements OnInit {
|
||||
return seenDuplicate;
|
||||
}
|
||||
|
||||
reset() : void {
|
||||
const arr = <FormArray>this._editEntityRegionFrom.controls.region_lender;
|
||||
arr.controls.splice(0);
|
||||
this.getEntityIDRegionInfoDetails();
|
||||
}
|
||||
|
||||
ngOnDestroy(): void {
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user