Skip to content

Commit

Permalink
MOL-16654][RL] Fix incorrect prop documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
qroll committed Sep 25, 2024
1 parent b028b06 commit 308fab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stories/popover-v2/popover-inline/props-table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ const DATA: ApiTableSectionProps[] = [
{
name: "underlineStyle",
description: "The underline style of the text",
propTypes: ["React.ReactNode"],
propTypes: [`"default"`, `"underline"`, `"underline-dashed"`],
defaultValue: `"default"`,
},
{
name: "underlineHoverStyle",
description: "The underline style of the text when hovered",
propTypes: ["React.ReactNode"],
propTypes: [`"default"`, `"underline"`, `"underline-dashed"`],
defaultValue: `"default"`,
},
...COMMON_POPOVER_ATTRIBUTES,
Expand Down

0 comments on commit 308fab4

Please sign in to comment.