mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-06 01:12:03 +00:00
repair code bug (#5376)
This commit is contained in:
@@ -70,7 +70,7 @@ class UserSelect extends React.Component {
|
||||
}
|
||||
|
||||
clearSelect = () => {
|
||||
this.refs.userSelect.select.onChange([], { action: 'clear' });
|
||||
this.refs.userSelect.onChange([], { action: 'clear' });
|
||||
}
|
||||
|
||||
render() {
|
||||
|
Reference in New Issue
Block a user