Skip to content

Commit

Permalink
[MOSIP-31353]Update create.component.ts
Browse files Browse the repository at this point in the history
Signed-off-by: Balaji Alluru <[email protected]>
  • Loading branch information
balaji-alluru committed Feb 1, 2024
1 parent 24e428e commit a24c0ae
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 a24c0ae

Please sign in to comment.