1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-21 11:53:34 +00:00

fix vault item dialog new item (#18330)

This commit is contained in:
Jordan Aasen
2026-01-12 11:59:51 -08:00
committed by GitHub
parent 314a5baada
commit 89eb547c2d

View File

@@ -96,7 +96,7 @@
[label]="'unArchive' | i18n"
></button>
}
@if (cipher.canBeArchived) {
@if (cipher?.canBeArchived) {
<button
type="button"
class="tw-mr-1"