From 637120d0c533abb74e0f844c29e1a67b95ee6aff Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 9 Jul 2018 16:56:09 -0400 Subject: [PATCH] make shareableCiphers public --- src/app/vault/bulk-share.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/vault/bulk-share.component.ts b/src/app/vault/bulk-share.component.ts index 7bc9e0d36e..6402bc60df 100644 --- a/src/app/vault/bulk-share.component.ts +++ b/src/app/vault/bulk-share.component.ts @@ -31,10 +31,10 @@ export class BulkShareComponent implements OnInit { nonShareableCount = 0; collections: CollectionView[] = []; organizations: Organization[] = []; + shareableCiphers: CipherView[] = []; formPromise: Promise; private writeableCollections: CollectionView[] = []; - private shareableCiphers: CipherView[] = []; constructor(private analytics: Angulartics2, private cipherService: CipherService, private toasterService: ToasterService, private i18nService: I18nService,