Skip to content

Commit

Permalink
Merge pull request #1418 from victorgrodriguesm7/fix/remove-dropdown-…
Browse files Browse the repository at this point in the history
…methods-unused

Removed unused methods on Dropdown
  • Loading branch information
estacioneto authored Mar 14, 2022
2 parents 45ad8c5 + 7a6e1a8 commit 2579df1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions react/components/Dropdown/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -336,10 +336,6 @@ Dropdown.propTypes = {
onMouseEnter: PropTypes.func,
/** onMouseLeave event */
onMouseLeave: PropTypes.func,
/** onClose event */
onClose: PropTypes.func,
/** onOpen event */
onOpen: PropTypes.func,
/** @ignore */
isMobile: PropTypes.bool,
}
Expand Down

1 comment on commit 2579df1

@vercel
Copy link

@vercel vercel bot commented on 2579df1 Mar 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.