fix/OrderCatalog #893

Merged
jsegarra merged 11 commits from wbuezas/salix-front-mindshore-fork2:fix/OrderCatalog into dev 2024-11-12 12:01:43 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit c1d623622d - Show all commits

View File

@ -35,7 +35,6 @@ const arrayData = useArrayData(props.dataKey);
const categoryList = ref(null);
const selectedCategoryFk = ref(null);
const typeList = ref([]);
const tagsValues = ref([]);
const selectedTypeFk = ref(null);
const generalSearchParam = ref(null);