Skip to content

Commit

Permalink
Make prop optional
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerJDev committed Oct 25, 2024
1 parent 337fff6 commit 016dd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/Overlay/Overlay.features.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default {
} as Meta

interface OverlayProps {
anchorSide: AnchorSide
anchorSide?: AnchorSide
role?: AriaRole
right?: boolean
}
Expand Down

0 comments on commit 016dd81

Please sign in to comment.