Skip to content

Commit

Permalink
fix: display the pagetitle tooltip (#3932)
Browse files Browse the repository at this point in the history
  • Loading branch information
herleraja authored Feb 20, 2025
1 parent 1818db0 commit 5a5266f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react/src/components/PageTitleBar/PageTitleBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ const PageTitleBar = ({
{description && (collapsed || condensed) ? (
<ToggleTip
tabIndex={0}
useAutoPositioning
iconDescription={tooltipIconDescription}
data-testid={`${testId}-tooltip`}
showIcon
Expand Down Expand Up @@ -381,6 +382,7 @@ const PageTitleBar = ({
<ToggleTip
tabIndex={0}
showIcon
useAutoPositioning
iconDescription={tooltipIconDescription}
data-testid={`${testId}-tooltip`}
content={
Expand Down

0 comments on commit 5a5266f

Please sign in to comment.