You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The useDrawerFormprop types extend the UseFormConfig type from "sunflower-antd," which includes the submit and form fields, but useDrawerForm does not use these fields.
alicanerdurmaz
changed the title
[BUG]useDrawerForm's submit and form props are not working.
[BUG] useDrawerForm's submit and form props are not working.
Jun 27, 2024
Describe the bug
The
useDrawerForm
prop types extend theUseFormConfig
type from "sunflower-antd," which includes thesubmit
andform
fields, butuseDrawerForm
does not use these fields.Steps To Reproduce
useDrawerForm
prop types file path: https://github.com/refinedev/refine/blob/master/packages/antd/src/hooks/form/useDrawerForm/useDrawerForm.ts#L23Expected behavior
useDrawerForm
shouldn't have these fields.Packages
Additional Context
No response
The text was updated successfully, but these errors were encountered: