incredible-moccasinI
Refine3y ago
22 replies
incredible-moccasin

edit not loading data

fix this code

const {
saveButtonProps,
handleSubmit,
refineCore: { queryResult, onFinish, formLoading },
register,
control,
formState: { errors },
queryResult: { refetch }

} = useForm( {


action: "edit",
resource: "order-items",
id: 1,
} );


adding the refetch part
Was this page helpful?