feat: remove search after category

This commit is contained in:
Javier Segarra 2024-12-13 06:54:40 +01:00
parent 5b5a935021
commit 696be32fa6
1 changed files with 0 additions and 1 deletions

View File

@ -65,7 +65,6 @@ const selectCategory = async (params, category, search) => {
params.typeFk = null;
params.categoryFk = category.id;
await loadTypes(category?.id);
await search();
};
const loadTypes = async (id) => {