fix_orderCatalog_reload #1081

Merged
jon merged 5 commits from fix_orderCatalog_reload into dev 2024-12-13 11:46:16 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 696be32fa6 - Show all commits

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) => {