migrate vault timeout input component

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

View File

@ -8,7 +8,7 @@
[label]="o.name"
></bit-option>
</bit-select>
<bit-hint>{{
<bit-hint class="tw-text-sm">{{
((canLockVault$ | async) ? "vaultTimeoutDesc" : "vaultTimeoutLogoutDesc") | i18n
}}</bit-hint>
</bit-form-field>