Commit 7bc5a0fc by Muhammad Usman

profile changes updated

parent acfa0823
...@@ -8,6 +8,8 @@ ...@@ -8,6 +8,8 @@
</div> </div>
<h4 class="tab-heading">Do you want to make any changes to the profile? </h4>
<div class="row"> <div class="row">
<div class="mt-3 col-md-6 d-flex justify-content-center"> <div class="mt-3 col-md-6 d-flex justify-content-center">
<button class="mc-btn-secondary" pButton label="Change Template" routerLink="/my-career-web/career-history/templates"></button> <button class="mc-btn-secondary" pButton label="Change Template" routerLink="/my-career-web/career-history/templates"></button>
......
...@@ -37,7 +37,6 @@ export class PublishComponent extends BaseComponent implements OnInit { ...@@ -37,7 +37,6 @@ export class PublishComponent extends BaseComponent implements OnInit {
.subscribe(response => { .subscribe(response => {
this.isLoading = false; this.isLoading = false;
this.careerProfile = response; this.careerProfile = response;
console.log(this.careerProfile);
this.updatedObjs[this.careerProfile.ObjectID] = this.careerProfile; this.updatedObjs[this.careerProfile.ObjectID] = this.careerProfile;
}, err => { }, err => {
this.isLoading = false; this.isLoading = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment