little update

This commit is contained in:
Rama Priyanto 2025-01-13 11:51:56 +07:00
parent b02622ff50
commit f620638c26
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ export default function CreateCategoryModal() {
const save = async (data: z.infer<typeof FormSchema>) => {
const formMedia = new FormData();
// loading();
loading();
const unit = unitData?.join(",");
const satker = satkerData?.join(",");