Merge pull request #2123 from hmhealey/plt1711
PLT-1711 Prevent the admin console from switching to a team that is being remo…
Этот коммит содержится в:
@@ -50,6 +50,7 @@ export default class AdminSidebar extends React.Component {
|
|||||||
|
|
||||||
removeTeam(teamId, e) {
|
removeTeam(teamId, e) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
|
e.stopPropagation();
|
||||||
Reflect.deleteProperty(this.props.selectedTeams, teamId);
|
Reflect.deleteProperty(this.props.selectedTeams, teamId);
|
||||||
this.props.removeSelectedTeam(teamId);
|
this.props.removeSelectedTeam(teamId);
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user