fix: refs #6896 hotfix search #1255

Merged
carlossa merged 2 commits from 6896-hotfixOrdersSearch into master 2025-01-21 08:25:54 +00:00
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ const removeTagGroupParam = (params, search, valIndex) => {
} else {
params.tagGroups.splice(valIndex, 1);
}
search();
};
const setCategoryList = (data) => {