useForm redirection
I want to prevent redirection when there is a validation error from the API but it keeps redirecting to / even with
refineCoreProps: {
redirect: false,
action: 'create',
},
How can I prevent redirection?
refineCoreProps: {
redirect: false,
action: 'create',
},
How can I prevent redirection?
