little update
This commit is contained in:
parent
b02622ff50
commit
f620638c26
|
|
@ -190,7 +190,7 @@ export default function CreateCategoryModal() {
|
||||||
const save = async (data: z.infer<typeof FormSchema>) => {
|
const save = async (data: z.infer<typeof FormSchema>) => {
|
||||||
const formMedia = new FormData();
|
const formMedia = new FormData();
|
||||||
|
|
||||||
// loading();
|
loading();
|
||||||
|
|
||||||
const unit = unitData?.join(",");
|
const unit = unitData?.join(",");
|
||||||
const satker = satkerData?.join(",");
|
const satker = satkerData?.join(",");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue