How to change form data before submitting when using the Edit component?
When using the
<Edit /> component together with useForm from @refinedev/react-hook-form, how can I change the data before it gets sent to the API?