mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
[Soft Delete] - Ciphers add button cleanup
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
</ng-container>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<button appBlurClick (click)="(deleted ? false : addCipher())" (contextmenu)="addCipherOptions()"
|
||||
<button appBlurClick (click)="addCipher()" (contextmenu)="addCipherOptions()"
|
||||
class="block primary" appA11yTitle="{{'addItem' | i18n}}" [disabled]="deleted">
|
||||
<i class="fa fa-plus fa-lg" aria-hidden="true"></i>
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user