We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7940aa commit f229cd8Copy full SHA for f229cd8
apps/web/src/app/vault/individual-vault/vault-header/vault-header.component.html
@@ -81,7 +81,7 @@
81
{{ "new" | i18n }}<i class="bwi tw-ml-2" aria-hidden="true"></i>
82
</button>
83
<bit-menu #addOptions aria-labelledby="newItemDropdown">
84
- @for (item of cipherMenuItems; track item) {
+ @for (item of cipherMenuItems; track item.type) {
85
<button type="button" bitMenuItem (click)="addCipher(item.type)">
86
<i class="bwi {{ item.icon }}" slot="start" aria-hidden="true"></i>
87
{{ item.labelKey | i18n }}
0 commit comments