From 06371c4782e5b8ce464a1097f9550c397842923e Mon Sep 17 00:00:00 2001 From: Anang Yusman Date: Wed, 18 Jun 2025 19:12:37 +0800 Subject: [PATCH] category spit --- components/form/content/spit-convert-form.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);