Skip to content

Commit

Permalink
removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Madhuravas committed Sep 25, 2023
1 parent 86c5abe commit 97dedc4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,6 @@ export class UpdatedemographicComponent implements OnInit, OnDestroy {
this.dropDownValues["gender"] = {}
this.dataStorageService.getDataForDropDown("/proxy/masterdata/dynamicfields/all/gender").subscribe(response => {
if(response['response']){
this.dropDownValues["gender"] = {}
response['response'].forEach(eachItem =>{
this.dropDownValues["gender"][eachItem.langCode] = eachItem.fieldVal
})
Expand Down

0 comments on commit 97dedc4

Please sign in to comment.