From c8754ae4df282a4869f9ca0595014cefbdccb768 Mon Sep 17 00:00:00 2001 From: jtubau Date: Fri, 31 Jan 2025 08:51:24 +0100 Subject: [PATCH] refactor: refs #7411 add clearable and clear-icon properties to sync password checkbox --- src/pages/Account/Card/AccountDescriptorMenu.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/Account/Card/AccountDescriptorMenu.vue b/src/pages/Account/Card/AccountDescriptorMenu.vue index dab8ea442..2792ca963 100644 --- a/src/pages/Account/Card/AccountDescriptorMenu.vue +++ b/src/pages/Account/Card/AccountDescriptorMenu.vue @@ -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" />