Skip to content

Commit

Permalink
Fix primefaces#13742 format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GiacomoDM committed Sep 26, 2023
1 parent 21c9924 commit 03c7620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/steps/steps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ export class Steps implements OnInit, OnDestroy {
return '-1';
}

if (!item.disabled && (this.activeIndex === index)) {
if (!item.disabled && this.activeIndex === index) {
return item.tabindex || '0';
}

Expand Down

0 comments on commit 03c7620

Please sign in to comment.