entity edit region reset changes : kdk
This commit is contained in:
parent
d16e724d3f
commit
b91772291a
@ -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