Antd Edit Page Don't send Id area
I updated my refine version and antd. Currently i use 3.99.4 refine version. I use edit page like this and i'm sure "idFromRoute" value is valid. But whenever i press Save button, useForm don't send any id property to my api so my api thinks it is a new entity and i must create them. So, it will be duplicated. How can i manage it?
Normally i can hide a form item which holds value of entity id but i think there is a framework-level solution and if it exist, i want to use this solution, not hidden form item.
Normally i can hide a form item which holds value of entity id but i think there is a framework-level solution and if it exist, i want to use this solution, not hidden form item.


