1
0
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:
杨顺强
2023-02-13 11:14:35 +08:00
committed by GitHub
parent 78ba95f82f
commit 30666c3713

View File

@@ -70,7 +70,7 @@ class UserSelect extends React.Component {
}
clearSelect = () => {
this.refs.userSelect.select.onChange([], { action: 'clear' });
this.refs.userSelect.onChange([], { action: 'clear' });
}
render() {