mirror of
https://github.com/bitwarden/web
synced 2025-12-10 05:13:40 +00:00
invite/edit org users
This commit is contained in:
@@ -36,7 +36,7 @@ export class GroupAddEditComponent implements OnInit {
|
||||
title: string;
|
||||
name: string;
|
||||
externalId: string;
|
||||
access: 'all' | 'selected' = 'all';
|
||||
access: 'all' | 'selected' = 'selected';
|
||||
collections: CollectionView[] = [];
|
||||
formPromise: Promise<any>;
|
||||
deletePromise: Promise<any>;
|
||||
|
||||
Reference in New Issue
Block a user