Skip to content

Commit

Permalink
Fixed primefaces#13875 - refactor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Oct 13, 2023
1 parent 1483287 commit 5d964d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/tooltip/tooltip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ export class Tooltip implements AfterViewInit, OnDestroy {
}

if (simpleChange.id) {
this.setOption({ id: simpleChange.text.currentValue });
this.setOption({ id: simpleChange.id.currentValue });
}

if (simpleChange.autoHide) {
Expand Down

0 comments on commit 5d964d7

Please sign in to comment.