history order status

This commit is contained in:
Samandar Turgunboyev
2025-11-03 17:56:48 +05:00
parent 9803edc478
commit c6c01a4607
19 changed files with 1122 additions and 46 deletions

View File

@@ -146,7 +146,7 @@ const FaqCategory = () => {
form.setValue("name", oneCategory.name_uz);
form.setValue("name_ru", oneCategory.name_ru);
}
}, [oneCategory, categories]);
}, [oneCategory, categories, form]);
const onSubmit = (values: z.infer<typeof categoryFormSchema>) => {
if (categories !== null) {