mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +00:00
fix restore button (#14244)
This commit is contained in:
@@ -656,7 +656,11 @@
|
|||||||
class="primary"
|
class="primary"
|
||||||
(click)="restore()"
|
(click)="restore()"
|
||||||
appA11yTitle="{{ 'restore' | i18n }}"
|
appA11yTitle="{{ 'restore' | i18n }}"
|
||||||
*ngIf="(limitItemDeletion$ | async) ? (canRestoreCipher$ | async) : cipher.isDeleted"
|
*ngIf="
|
||||||
|
(limitItemDeletion$ | async)
|
||||||
|
? (canRestoreCipher$ | async) && cipher.isDeleted
|
||||||
|
: cipher.isDeleted
|
||||||
|
"
|
||||||
>
|
>
|
||||||
<i class="bwi bwi-undo bwi-fw bwi-lg" aria-hidden="true"></i>
|
<i class="bwi bwi-undo bwi-fw bwi-lg" aria-hidden="true"></i>
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user