Skip to content

Commit d952cfe

Browse files
committed
fix vault-settings-import-nudge.service
1 parent f83c939 commit d952cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/angular/src/vault/services/custom-nudges-services/vault-settings-import-nudge.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export class VaultSettingsImportNudgeService extends DefaultSingleNudgeService {
2727
this.getNudgeStatus$(nudgeType, userId),
2828
this.cipherService.cipherViews$(userId),
2929
this.organizationService.organizations$(userId),
30-
this.collectionService.decryptedCollections$,
30+
this.collectionService.decryptedCollections$(userId),
3131
]).pipe(
3232
switchMap(([nudgeStatus, ciphers, orgs, collections]) => {
3333
const vaultHasMoreThanOneItem = (ciphers?.length ?? 0) > 1;

0 commit comments

Comments
 (0)