Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gbajaj91 committed Sep 13, 2024
1 parent 5c5ab2d commit 474f9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecc/components/profile/profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class Profile extends LitElement {
this.attachShadow({ mode: 'open' });
this.fieldlabels = this.fieldlabels ?? DEFAULT_FIELD_LABELS;

this.profile = this.profile ?? { socialMedia: [{ link: '' }] };
this.profile = this.profile ?? { socialMedia: [{ link: '' }], isPlaceholder: true };
this.profileCopy = {};
}

Expand Down

0 comments on commit 474f9b7

Please sign in to comment.