Skip to content

Commit

Permalink
update for test
Browse files Browse the repository at this point in the history
Signed-off-by: rhowingt@redhat.com <rhowingt@redhat.com>
  • Loading branch information
robdolares committed Jan 11, 2022
1 parent 5bd485f commit a656082
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/AcmPage/AcmPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,15 @@ export function AcmPageHeader(props: AcmPageHeaderProps) {
{props.title}
{props.titleTooltip && (
<Popover
hasAutoWidth={props.popoverAutoWidth ?? true}
bodyContent={props.titleTooltip}
position={props.popoverPosition ?? 'right'}
hasAutoWidth={
/* istanbul ignore next */
props.popoverAutoWidth ?? true
}
position={
/* istanbul ignore next */
props.popoverPosition ?? 'right'
}
>
<Button
variant="link"
Expand Down

0 comments on commit a656082

Please sign in to comment.