1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 21:33:27 +00:00

Fix build error (#9150)

This commit is contained in:
Thomas Rittson
2024-05-14 00:22:01 +10:00
committed by GitHub
parent 9c839a62d7
commit a852493211
4 changed files with 8 additions and 1 deletions

View File

@@ -48,6 +48,7 @@ export class VaultItemsComponent {
@Input({ required: true }) flexibleCollectionsV1Enabled = false;
@Input() addAccessStatus: number;
@Input() addAccessToggle: boolean;
@Input() restrictProviderAccess: boolean;
private _ciphers?: CipherView[] = [];
@Input() get ciphers(): CipherView[] {