diff --git a/core/core-frontend/src/components/drawer-main/src/DrawerMain.vue b/core/core-frontend/src/components/drawer-main/src/DrawerMain.vue index a8de71f1c7..bb9b839552 100644 --- a/core/core-frontend/src/components/drawer-main/src/DrawerMain.vue +++ b/core/core-frontend/src/components/drawer-main/src/DrawerMain.vue @@ -79,7 +79,7 @@ const filterChange = (value, field, operator) => { exits = true condition['value'] = value } - if (!value?.length) { + if (!condition?.value?.length) { state.conditions.splice(len, 1) } }