mirror of
https://github.com/bitwarden/browser
synced 2026-01-18 08:23:36 +00:00
rename cipehrs component to vault items component (#4081)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div id="vault" class="vault" attr.aria-hidden="{{ showingModal }}">
|
||||
<app-vault-ciphers
|
||||
<app-vault-items
|
||||
id="items"
|
||||
class="items"
|
||||
[activeCipherId]="cipherId"
|
||||
@@ -8,7 +8,7 @@
|
||||
(onAddCipher)="addCipher($event)"
|
||||
(onAddCipherOptions)="addCipherOptions()"
|
||||
>
|
||||
</app-vault-ciphers>
|
||||
</app-vault-items>
|
||||
<app-vault-view
|
||||
id="details"
|
||||
class="details"
|
||||
|
||||
Reference in New Issue
Block a user