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>
<template #customTags="{ params, searchFn, formatFn }"> <template #customTags="{ params, searchFn, formatFn }">
<VnFilterPanelChip <VnFilterPanelChip
v-if="params.scopeDays" v-if="params.scopeDays !== null"
removable removable
@remove="handleScopeDays(params, null, searchFn)" @remove="handleScopeDays(params, null, searchFn)"
> >