history order status
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user