Fix typo
This commit is contained in:
parent
807c038a34
commit
8444a48c26
|
|
@ -15,8 +15,8 @@
|
|||
</div>
|
||||
|
||||
<div>
|
||||
<pill :text="module.level?.name"></pill>
|
||||
<pill :text="module.category?.name"></pill>
|
||||
<pill :text="module.categoryType?.name"></pill>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -96,7 +96,7 @@
|
|||
`);
|
||||
|
||||
const categoryOptions = computed(() => {
|
||||
return [nullCategory, ...moduleCategoryResult.value?.moduleCategoryTypes || []];
|
||||
return [nullCategory, ...moduleCategoryResult.value?.moduleCategories || []];
|
||||
});
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue