mirror of
https://github.com/bitwarden/web
synced 2026-01-03 00:53:34 +00:00
manage collection users for entity-users
This commit is contained in:
@@ -135,6 +135,10 @@ export class CollectionsComponent implements OnInit {
|
||||
childComponent.entityId = collection.id;
|
||||
childComponent.entityName = collection.name;
|
||||
|
||||
childComponent.onEditedUsers.subscribe(() => {
|
||||
this.load();
|
||||
this.modal.close();
|
||||
});
|
||||
this.modal.onClosed.subscribe(() => {
|
||||
this.modal = null;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user