Skip to content
Snippets Groups Projects
Commit 71c2552b authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

automatically refresh results when remove a filter

parent cecb26a8
No related branches found
No related tags found
Pipeline #120140 passed with warnings with stages
in 6 minutes and 44 seconds
...@@ -231,7 +231,7 @@ function deleteOneFilter(index: number) { ...@@ -231,7 +231,7 @@ function deleteOneFilter(index: number) {
toValFilterItems?.splice(index - 2, 3) toValFilterItems?.splice(index - 2, 3)
} }
// filterItems.value?.splice(index - 2, 2) emitUpdateModelValue()
} }
function isItemFilter(type: string | undefined) { function isItemFilter(type: string | undefined) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment