fix: refs #6896 hotfix search
gitea/salix-front/pipeline/pr-master This commit looks good Details

This commit is contained in:
Carlos Satorres 2025-01-20 14:11:42 +01:00
parent b447df7217
commit d8edd443c7
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) => {