diff --git a/components/form/content/spit-convert-form.tsx b/components/form/content/spit-convert-form.tsx index cddea0be..ecd0a7bb 100644 --- a/components/form/content/spit-convert-form.tsx +++ b/components/form/content/spit-convert-form.tsx @@ -266,7 +266,7 @@ export default function FormConvertSPIT() { const getCategories = async () => { try { - const category = await listCategory(fileTypeId); + const category = await listEnableCategory(fileTypeId); const resCategory: Category[] = category?.data?.data?.content; setCategories(resCategory);