Skip to content

Commit

Permalink
Merge pull request #268 from balaji-alluru/release1-1.2.0.1
Browse files Browse the repository at this point in the history
[MOSIP-31353, MOSIP-31374]Update create.component.ts
  • Loading branch information
aranaravi authored Feb 1, 2024
2 parents 24e428e + a24c0ae commit 01fe3e5
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 01fe3e5

Please sign in to comment.