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
2 merge requests!203Foldseek pages,!186Refactor facet autocomplete
Pipeline #120140 passed with warnings
This commit is part of merge request !186. Comments created here will be created in the context of that merge request.
...@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment