mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-07 18:03:48 +00:00
fix code error 'isDropdownToggleShown'
This commit is contained in:
@@ -7,7 +7,6 @@ const propTypes = {
|
||||
customSelectorToggle: PropTypes.object,
|
||||
menuCustomClass: PropTypes.string,
|
||||
isDropdownToggleShown: PropTypes.bool,
|
||||
isDropdownToggleShown: PropTypes.bool,
|
||||
currentSelectedOption: PropTypes.object,
|
||||
options: PropTypes.array.isRequired,
|
||||
selectOption: PropTypes.func.isRequired,
|
||||
|
Reference in New Issue
Block a user