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:
@@ -96,7 +96,7 @@
|
||||
[label]="'unArchive' | i18n"
|
||||
></button>
|
||||
}
|
||||
@if (cipher.canBeArchived) {
|
||||
@if (cipher?.canBeArchived) {
|
||||
<button
|
||||
type="button"
|
||||
class="tw-mr-1"
|
||||
|
||||
Reference in New Issue
Block a user