mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-02 15:38:15 +00:00
Fix select UI (#5780)
* fix repo api permission value * fix transfer repo dialog select * fix create repo dialog select template or storage * fix data type check and text
This commit is contained in:
@@ -14,7 +14,7 @@ const propTypes = {
|
||||
onSelectChange: PropTypes.func.isRequired,
|
||||
isMulti: PropTypes.bool.isRequired,
|
||||
className: PropTypes.string,
|
||||
value: PropTypes.string,
|
||||
value: PropTypes.oneOfType([PropTypes.string, PropTypes.array]),
|
||||
};
|
||||
|
||||
class UserSelect extends React.Component {
|
||||
|
Reference in New Issue
Block a user