Skip to content

Commit

Permalink
fix cmp name
Browse files Browse the repository at this point in the history
  • Loading branch information
saramoh2309 committed Jan 30, 2025
1 parent 6966db4 commit 64a1cdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default class CommunityExpandablePanel extends LightningElement {
togglevisible() {
this.showpanel = !this.showpanel;
this.performAnimation();
logAccordionEvent(this.showPanel, this.header, this.pageType, 'community-expandable-panel');
logAccordionEvent(this.showPanel, this.header, this.pageType, 'communityExpandablePanel');
}

get accordianClass() {
Expand Down

0 comments on commit 64a1cdf

Please sign in to comment.