Skip to content

Commit

Permalink
fix: navigation extra notification for active item change #571
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Nov 23, 2023
1 parent 9781deb commit 4bb5da5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import { PrizmAbstractTestId } from '@prizm-ui/core';
templateUrl: './prizm-navigation.component.html',
styleUrls: ['./prizm-navigation.component.less'],
changeDetection: ChangeDetectionStrategy.OnPush,
providers: [ActiveNavigationItemService],
})
export class PrizmNavigationComponent extends PrizmAbstractTestId {
@Input() public set data(tree: INavigationTree[]) {
Expand Down

0 comments on commit 4bb5da5

Please sign in to comment.