mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-23 10:45:45 +01:00
fix_6950
Signed-off-by: Yogi_Wang <yawang@vmware.com>
This commit is contained in:
parent
60aecf2a1a
commit
11d7989ee3
@ -153,6 +153,8 @@ export class AddMemberComponent implements AfterViewChecked, OnInit, OnDestroy {
|
||||
.addUserMember(this.projectId, {username: this.member.entity_name}, +this.member.role_id).pipe(
|
||||
finalize(() => {
|
||||
this.addMemberOpened = false;
|
||||
this.member.role_id = null;
|
||||
|
||||
let changeTimer = setInterval(() => this.ref.detectChanges(), 200);
|
||||
setTimeout(() => {
|
||||
clearInterval(changeTimer);
|
||||
|
Loading…
Reference in New Issue
Block a user