Skip to content

Commit

Permalink
Revert "remove undefined default props"
Browse files Browse the repository at this point in the history
This reverts commit 1c42c55.
  • Loading branch information
rezkiy37 committed Nov 24, 2023
1 parent 1c42c55 commit ca70cac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/MenuItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@ const defaultProps = {
shouldShowHeaderTitle: false,
shouldParseTitle: false,
wrapperStyle: [],
style: undefined,
titleStyle: {},
shouldShowTitleIcon: false,
titleIcon: () => {},
descriptionTextStyle: undefined,
success: false,
icon: undefined,
secondaryIcon: undefined,
Expand Down

0 comments on commit ca70cac

Please sign in to comment.