mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
checkbox is avoid ambiguous
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
<div class="box-content-row box-content-row-checkbox" appBoxRow>
|
||||
<label for="ambiguous">{{'ambiguous' | i18n}}</label>
|
||||
<input id="ambiguous" type="checkbox" (change)="saveOptions()"
|
||||
[(ngModel)]="options.ambiguous">
|
||||
[(ngModel)]="avoidAmbiguous">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user