Loading src/app/shared/components/partyManagement/edit-individuals/edit-individuals.component.ts +1 −1 Original line number Original line Diff line number Diff line Loading @@ -264,7 +264,7 @@ export class EditIndividualsComponent implements OnInit { ) ) } } updateGeographicSite(id: String){ updateGeographicSite(id: string){ if (this.editForm.valid) { if (this.editForm.valid) { let updateObj: GeographicSiteCreate | GeographicSiteUpdate ={ let updateObj: GeographicSiteCreate | GeographicSiteUpdate ={ code:this.editForm.value.geographicSiteInfo.code, code:this.editForm.value.geographicSiteInfo.code, Loading Loading
src/app/shared/components/partyManagement/edit-individuals/edit-individuals.component.ts +1 −1 Original line number Original line Diff line number Diff line Loading @@ -264,7 +264,7 @@ export class EditIndividualsComponent implements OnInit { ) ) } } updateGeographicSite(id: String){ updateGeographicSite(id: string){ if (this.editForm.valid) { if (this.editForm.valid) { let updateObj: GeographicSiteCreate | GeographicSiteUpdate ={ let updateObj: GeographicSiteCreate | GeographicSiteUpdate ={ code:this.editForm.value.geographicSiteInfo.code, code:this.editForm.value.geographicSiteInfo.code, Loading