Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
KitoC committed Aug 6, 2024
1 parent b351342 commit 4a6d884
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions lib/components/Popover/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ export default function Popover({
enableSelectAll,
variant,
ariaLabel,
"data-testid": dataTestId = "popover",
...props
}) {
const [visible, setVisible] = useState(false);
Expand Down Expand Up @@ -312,12 +311,7 @@ export default function Popover({

if (variant === "tooltip") {
triggerComponent = (
<TooltipControl
data-testid={dataTestId}
{...triggerProps}
active={visible}
tabIndex="0"
>
<TooltipControl {...triggerProps} active={visible} tabIndex="0">
<Icon
transform="grow-4"
icon={["fas", "question-circle"]}
Expand Down

0 comments on commit 4a6d884

Please sign in to comment.