Skip to content

Commit

Permalink
Merge pull request #6405 from Sage/action-popover-vanished-why-for
Browse files Browse the repository at this point in the history
fix(action-popover): fix issue with stories not rendering in storybook - FE-6264
  • Loading branch information
DipperTheDan authored Nov 2, 2023
2 parents 28d3b77 + 8b688ea commit b4e9df5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/action-popover/action-popover.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ the sub-menu. Pressing the "right" key will return focus back to the main menu a
triggering an action.

<Canvas>
<Story name="keyboard navigation left aligned submenu" story={stories.ActionPopoverComponentKeyboardNaviationLeftAlignedSubmenu} />
<Story name="keyboard navigation left aligned submenu" story={stories.ActionPopoverComponentKeyboardNavigationLeftAlignedSubmenu} />
</Canvas>

### Keyboard navigation right aligned submenu
Expand All @@ -196,7 +196,7 @@ is on a item will open a sub-menu if it has one and pressing the "left" key will
<Story
name="keyboard navigation right aligned submenu"
parameters={{ docs: { disable: true } }}
story={stories.ActionPopoverComponentKeyboardNaviationRightAlignedSubmenu}
story={stories.ActionPopoverComponentKeyboardNavigationRightAlignedSubmenu}
/>
</Canvas>

Expand Down

0 comments on commit b4e9df5

Please sign in to comment.