0
0
Fork 0

feat: refs #8232 hide only if it is null

This commit is contained in:
Jorge Penadés 2024-11-26 10:42:14 +01:00
parent a33f801543
commit 15c1898044
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ const getLocale = (label) => {
</template>
<template #customTags="{ params, searchFn, formatFn }">
<VnFilterPanelChip
v-if="params.scopeDays"
v-if="params.scopeDays !== null"
removable
@remove="handleScopeDays(params, null, searchFn)"
>