1
0
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:
Kyle Spearrin
2018-07-10 14:46:13 -04:00
parent a8618f1c79
commit b428660f92
10 changed files with 373 additions and 9 deletions

View File

@@ -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>;