make shareableCiphers public
This commit is contained in:
parent
cd131b2d21
commit
637120d0c5
|
@ -31,10 +31,10 @@ export class BulkShareComponent implements OnInit {
|
||||||
nonShareableCount = 0;
|
nonShareableCount = 0;
|
||||||
collections: CollectionView[] = [];
|
collections: CollectionView[] = [];
|
||||||
organizations: Organization[] = [];
|
organizations: Organization[] = [];
|
||||||
|
shareableCiphers: CipherView[] = [];
|
||||||
formPromise: Promise<any>;
|
formPromise: Promise<any>;
|
||||||
|
|
||||||
private writeableCollections: CollectionView[] = [];
|
private writeableCollections: CollectionView[] = [];
|
||||||
private shareableCiphers: CipherView[] = [];
|
|
||||||
|
|
||||||
constructor(private analytics: Angulartics2, private cipherService: CipherService,
|
constructor(private analytics: Angulartics2, private cipherService: CipherService,
|
||||||
private toasterService: ToasterService, private i18nService: I18nService,
|
private toasterService: ToasterService, private i18nService: I18nService,
|
||||||
|
|
Loading…
Reference in New Issue