refactor: refs #7411 add clearable and clear-icon properties to sync password checkbox
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jose Antonio Tubau 2025-01-31 08:51:24 +01:00
parent cc07cc7824
commit c8754ae4df
1 changed files with 2 additions and 0 deletions

View File

@ -126,6 +126,8 @@ onMounted(() => {
v-model="shouldSyncPassword"
:label="t('account.card.actions.sync.checkbox')"
:info="t('account.card.actions.sync.tooltip')"
clearable
clear-icon="close"
color="primary"
/>
<VnInputPassword