PLT-3053 Fix Switching between Team pages in System Console (#3183)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
0d6bf6756b
Коммит
268bccdf49
@@ -145,7 +145,7 @@ export default class UserList extends React.Component {
|
||||
}
|
||||
|
||||
componentWillReceiveProps(newProps) {
|
||||
this.getTeamProfiles(newProps.team.id);
|
||||
this.getTeamProfiles(newProps.params.team);
|
||||
}
|
||||
|
||||
render() {
|
||||
|
||||
Ссылка в новой задаче
Block a user