1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

share component

This commit is contained in:
Kyle Spearrin
2018-10-23 10:22:53 -04:00
parent 0a36a211c3
commit 89c23522d5
2 changed files with 100 additions and 1 deletions

View File

@@ -67,7 +67,7 @@ export class AddEditComponent implements OnInit {
uriMatchOptions: any[];
ownershipOptions: any[] = [];
private writeableCollections: CollectionView[];
protected writeableCollections: CollectionView[];
constructor(protected cipherService: CipherService, protected folderService: FolderService,
protected i18nService: I18nService, protected platformUtilsService: PlatformUtilsService,