1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

filter out linked option for notes (#10162)

This commit is contained in:
Nick Krantz
2024-07-18 13:57:10 -05:00
committed by GitHub
parent f75c1ab02d
commit bf66cd1550
3 changed files with 26 additions and 2 deletions

View File

@@ -201,6 +201,7 @@ export class CustomFieldsComponent implements OnInit, AfterViewInit {
addField: this.addField.bind(this),
updateLabel: this.updateLabel.bind(this),
removeField: this.removeField.bind(this),
cipherType: this.cipherFormContainer.config.cipherType,
editLabelConfig,
},
},