Skip to content

Commit

Permalink
Merge pull request #5332 from marmelab/fix-transform-warning-in-edit
Browse files Browse the repository at this point in the history
Fix Edit logs warning when using transform prop
  • Loading branch information
djhi authored Oct 1, 2020
2 parents 652da5f + 494683d commit 2ad0138
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ra-ui-materialui/src/detail/Edit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ const sanitizeRestProps = ({
options = null,
permissions = null,
successMessage = null,
transform = null,
...rest
}) => rest;

Expand Down

0 comments on commit 2ad0138

Please sign in to comment.