Added spinner icon to select_team listing after clicking on a team to load (#4120)
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
d42eb46133
Коммит
13bd14d626
@@ -139,7 +139,7 @@ class TeamStoreClass extends EventEmitter {
|
||||
for (var index in this.team_members) {
|
||||
if (this.team_members.hasOwnProperty(index)) {
|
||||
if (this.team_members[index].team_id === teamId) {
|
||||
Reflect.deleteProperty(this.team_members, index);
|
||||
this.team_members.splice(index, 1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user