Skip to content

Commit

Permalink
fix(Tooltip): missing MobileDialog data-test (#2382)
Browse files Browse the repository at this point in the history
  • Loading branch information
mainframev committed Oct 21, 2020
1 parent b4b07c2 commit 00bf878
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/orbit-components/src/Tooltip/index.js
Expand Up @@ -37,6 +37,7 @@ const Tooltip = ({
</TooltipPrimitive>
) : (
<MobileDialog
dataTest={dataTest}
tabIndex={tabIndex}
enabled={enabled}
content={content}
Expand Down

0 comments on commit 00bf878

Please sign in to comment.