mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +00:00
[PM-12726] - [Defect] [Web] "Secure Note" shows in item filters instead of "Note" (#13707)
* use note instead of secure note
* allow item history to be selectable
* Revert "allow item history to be selectable"
This reverts commit 7144a210b5.
This commit is contained in:
@@ -243,7 +243,7 @@ export class VaultFilterComponent implements OnInit, OnDestroy {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "note",
|
id: "note",
|
||||||
name: this.i18nService.t("typeSecureNote"),
|
name: this.i18nService.t("note"),
|
||||||
type: CipherType.SecureNote,
|
type: CipherType.SecureNote,
|
||||||
icon: "bwi-sticky-note",
|
icon: "bwi-sticky-note",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user