Skip to content

Commit

Permalink
Merge pull request #3959 from MiMo42/next
Browse files Browse the repository at this point in the history
Fix warnings caused by passing new FinalForm form state property 'dirty…
  • Loading branch information
djhi authored Nov 8, 2019
2 parents d4a7a15 + 202df10 commit 9551eb8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/ra-ui-materialui/src/form/SimpleForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ const sanitizeRestProps = ({
destroy,
dirty,
dirtyFields,
dirtyFieldsSinceLastSubmit,
dirtySinceLastSubmit,
dispatch,
form,
Expand Down
1 change: 1 addition & 0 deletions packages/ra-ui-materialui/src/form/TabbedForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ const sanitizeRestProps = ({
destroy,
dirty,
dirtyFields,
dirtyFieldsSinceLastSubmit,
dirtySinceLastSubmit,
dispatch,
form,
Expand Down
1 change: 1 addition & 0 deletions packages/ra-ui-materialui/src/list/FilterForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const sanitizeRestProps = ({
destroy,
dirty,
dirtyFields,
dirtyFieldsSinceLastSubmit,
dirtySinceLastSubmit,
dispatch,
displayedFilters,
Expand Down

0 comments on commit 9551eb8

Please sign in to comment.