Skip to content

Commit

Permalink
Merge pull request #267 from balaji-alluru/patch-3
Browse files Browse the repository at this point in the history
[MOSIP-31353]Update create.component.ts
  • Loading branch information
aranaravi authored Feb 1, 2024
2 parents 1b918d3 + 7947109 commit 0323dff
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -335,9 +335,7 @@ export class CreateComponent{
response => {
if (response.response.data) {
this.data = response.response.data;
if(url === "zoneuser"){
this.primaryData = {userId:this.data[0].userId, zone:this.data[0].zoneCode, regCenterId:this.data[0].regCenterId, name: this.data[0].userName};
}
this.initializeheader();
} else {
let message = "";
Expand Down

0 comments on commit 0323dff

Please sign in to comment.