1
0
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:
Michael An
2024-07-19 16:20:49 +08:00
parent 557f345467
commit 69eb6263cf

View File

@@ -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,