thick-tealT
Refine13mo ago
4 replies
thick-teal

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?
Was this page helpful?