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