category spit

This commit is contained in:
Anang Yusman 2025-06-18 19:12:37 +08:00
parent 81c3c1e781
commit 06371c4782
1 changed files with 1 additions and 1 deletions

View File

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