Fix searching by user id in system console (#6763)
Этот коммит содержится в:
коммит произвёл
Harrison Healey
родитель
58b3231916
Коммит
bc2cad397a
@@ -260,13 +260,7 @@ export default class SystemUsers extends React.Component {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
this.props.actions.getUser(
|
this.props.actions.getUser(id).then(
|
||||||
id,
|
|
||||||
() => {
|
|
||||||
this.setState({
|
|
||||||
loading: false
|
|
||||||
});
|
|
||||||
},
|
|
||||||
() => {
|
() => {
|
||||||
this.setState({
|
this.setState({
|
||||||
loading: false
|
loading: false
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user