fix: refs #8131 remove unnecessary 'is-' prefix from v-model bindings in filter components
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Javier Segarra 2025-03-21 13:46:38 +01:00
parent cfa98dd683
commit ee4e181777
2 changed files with 0 additions and 2 deletions

View File

@ -262,7 +262,6 @@ const setCategoryList = (data) => {
v-model="value.value"
:label="t('components.itemsFilterPanel.value')"
:disable="!value"
is-
:is-clearable="false"
@keyup.enter="applyTags(params, searchFn)"
/>

View File

@ -90,7 +90,6 @@ const getSelectedTagValues = async (tag) => {
v-model="value.value"
:label="t('components.itemsFilterPanel.value')"
:disable="!value"
is-
class="col"
data-cy="catalogFilterValueDialogValueInput"
/>