mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-04 21:05:54 +08: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:
parent
a30a6ee7fb
commit
cda1cdb109
@ -243,7 +243,7 @@ export class VaultFilterComponent implements OnInit, OnDestroy {
|
||||
},
|
||||
{
|
||||
id: "note",
|
||||
name: this.i18nService.t("typeSecureNote"),
|
||||
name: this.i18nService.t("note"),
|
||||
type: CipherType.SecureNote,
|
||||
icon: "bwi-sticky-note",
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user