Commit 78ed1110 authored by Labros Papadopoulos's avatar Labros Papadopoulos
Browse files

fix String to primitive value

parent 54d1fa2a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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,