mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
[SM-410] Fix boolean custom fields not working (#4386)
* Fix boolean custom fields not working
This commit is contained in:
@@ -122,8 +122,8 @@
|
||||
[(ngModel)]="f.value"
|
||||
*ngIf="f.type === fieldType.Boolean"
|
||||
appTrueFalseValue
|
||||
[trueValue]="true"
|
||||
[falseValue]="false"
|
||||
trueValue="true"
|
||||
falseValue="false"
|
||||
[disabled]="cipher.isDeleted || viewOnly"
|
||||
attr.aria-describedby="fieldName{{ i }}"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user