1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-08 10:22:46 +00:00

Merge branch 'master' into 12.0

This commit is contained in:
lian
2024-07-19 14:58:02 +08:00
18 changed files with 49 additions and 435 deletions

View File

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