Skip to content

Commit

Permalink
fix: #13687 || panelmenu: panelMenuSub unknown function and duplicate…
Browse files Browse the repository at this point in the history
… call #13687
  • Loading branch information
ashikjs committed Sep 18, 2023
1 parent c83861c commit 1902319
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/components/panelmenu/panelmenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ export class PanelMenuSub {
[activeItemPath]="activeItemPath()"
[transitionOptions]="transitionOptions"
[items]="processedItems()"
[activeItemPath]="activeItemPath()"
[parentExpanded]="parentExpanded"
(itemToggle)="onItemToggle($event)"
(keydown)="onKeyDown($event)"
Expand Down Expand Up @@ -776,7 +775,6 @@ export class PanelMenuList implements OnChanges {
[activeItem]="activeItem()"
[tabindex]="tabindex"
[parentExpanded]="isItemActive(item)"
(itemToggle)="changeExpandedKeys($event)"
(headerFocus)="updateFocusedHeader($event)"
></p-panelMenuList>
</div>
Expand Down

0 comments on commit 1902319

Please sign in to comment.