migrating disable personal vault export component

This commit is contained in:
vinith-kovan 2024-04-26 12:41:11 +05:30
parent 7f3a7847e7
commit f4b1220dd1
No known key found for this signature in database
GPG Key ID: 9E663946A0AE5089
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<bit-form-control>
<input type="checkbox" bitCheckbox [formControl]="enabled" />
<input type="checkbox" id="enabled" bitCheckbox [formControl]="enabled" />
<bit-label>{{ "turnOn" | i18n }}</bit-label>
</bit-form-control>