Describe the bug
useDeleteButton hook does not pass meta params to useButtonCanAccess
|
const { title, disabled, hidden, canAccess } = useButtonCanAccess({ |
Steps To Reproduce
I have a custom rule to validate the permission which fails due to missing meta params.
Expected behavior
useDeleteButton should pass meta params to useButtonCanAccess hook
Packages
refine/core
Additional Context
No response