Skip to content

Commit

Permalink
Fixed the incorrect use of tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
vrundakansara committed Oct 16, 2024
1 parent 9019033 commit 3411f7a
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -392,8 +392,12 @@ const Template = () => {
Preview
</span>
<Tooltip
label={ {
heading: '',
description: "This is just a preview of how your page will look in search engine results",

Check failure on line 397 in src/templates/admin-settings-SureRank/admin-settings-SureRank.stories.js

View workflow job for this annotation

GitHub Actions / analysis (18.15)

Strings must use singlequote
} }
tooltipPortalId="story-root-tw"
content="This is just a preview of how your page will look in search engine results."
content="."
arrow
placement="top"
>
Expand Down

0 comments on commit 3411f7a

Please sign in to comment.