mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 02:33:46 +00:00
get org collection
This commit is contained in:
@@ -9,6 +9,7 @@ export class OrganizationCollectionResponse extends CollectionResponse {
|
||||
|
||||
constructor(o: CollectionView, groups: SelectionReadOnly[]) {
|
||||
super(o);
|
||||
this.object = 'org-collection';
|
||||
this.groups = groups;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user