1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

fix qa bug (#14047)

This commit is contained in:
Brandon Treston
2025-03-31 11:11:17 -04:00
committed by GitHub
parent 2381d6b3cd
commit 78c74f7acd

View File

@@ -138,6 +138,7 @@ export class VaultItemsComponent {
return canRestore$;
}),
map((canRestore) => canRestore && this.showBulkTrashOptions),
);
}