Incorrect redirect behavior?
Refine app utilizing Mantine.
I have resources within App.tsx defined as,
have an edit view that uses the 'useForm' hook and manually specifying the resource,
Navigate to list view at 'directory/user', click edit or create button to navigate to another view, submit the form for that view, but the navigation goes back to 'user' instead of 'directory/user'. How would I specify the 'directory/user' resource to navigate to after a successful mutation?
I have resources within App.tsx defined as,
have an edit view that uses the 'useForm' hook and manually specifying the resource,
Navigate to list view at 'directory/user', click edit or create button to navigate to another view, submit the form for that view, but the navigation goes back to 'user' instead of 'directory/user'. How would I specify the 'directory/user' resource to navigate to after a successful mutation?
