Skip to content

Commit

Permalink
Merge pull request #4426 from WiXSL/patch-simpleformiterator-css-name
Browse files Browse the repository at this point in the history
Fix <SimpleFormIterator> styles can't be overridden by theme
  • Loading branch information
fzaninotto authored Feb 20, 2020
2 parents baa20ea + 08edbc7 commit 0d8e4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ra-ui-materialui/src/form/SimpleFormIterator.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,5 +260,5 @@ SimpleFormIterator.propTypes = {

export default compose(
translate,
withStyles(styles)
withStyles(styles, { name: 'RaSimpleFormIterator' })
)(SimpleFormIterator);

0 comments on commit 0d8e4e5

Please sign in to comment.