diff --git a/src/app/organizations/vault/ciphers.component.ts b/src/app/organizations/vault/ciphers.component.ts index d68856d2a7..63a3f9a7cf 100644 --- a/src/app/organizations/vault/ciphers.component.ts +++ b/src/app/organizations/vault/ciphers.component.ts @@ -9,6 +9,7 @@ import { Angulartics2 } from 'angulartics2'; import { ApiService } from 'jslib/abstractions/api.service'; import { CipherService } from 'jslib/abstractions/cipher.service'; +import { EventService } from 'jslib/abstractions/event.service'; import { I18nService } from 'jslib/abstractions/i18n.service'; import { PlatformUtilsService } from 'jslib/abstractions/platformUtils.service'; import { SearchService } from 'jslib/abstractions/search.service'; @@ -33,8 +34,9 @@ export class CiphersComponent extends BaseCiphersComponent { constructor(searchService: SearchService, analytics: Angulartics2, toasterService: ToasterService, i18nService: I18nService, platformUtilsService: PlatformUtilsService, cipherService: CipherService, - private apiService: ApiService) { - super(searchService, analytics, toasterService, i18nService, platformUtilsService, cipherService); + private apiService: ApiService, eventService: EventService) { + super(searchService, analytics, toasterService, i18nService, platformUtilsService, + cipherService, eventService); } async load(filter: (cipher: CipherView) => boolean = null) { diff --git a/src/app/vault/ciphers.component.html b/src/app/vault/ciphers.component.html index 9d18f13ce3..a82f321ab5 100644 --- a/src/app/vault/ciphers.component.html +++ b/src/app/vault/ciphers.component.html @@ -31,7 +31,7 @@