refactor: remove unused variable
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
William Buezas 2024-11-08 10:11:15 -03:00
parent 3825dc3851
commit c1d623622d
1 changed files with 0 additions and 1 deletions

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);