1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00

Fix issue with not correctly removing dynamic filters when clearing all filters

This commit is contained in:
Andrew Kingston 2021-11-22 13:42:09 +00:00
parent aa46f15ff6
commit ab7959a32c

View file

@ -35,6 +35,8 @@
if (filters?.length) {
const queryExtension = buildLuceneQuery(filters)
addExtension?.($component.id, queryExtension)
} else {
removeExtension?.($component.id)
}
}