Skip to content

Commit

Permalink
Fix <SimpleFormIterator> styles can't be overridden by theme
Browse files Browse the repository at this point in the history
  • Loading branch information
asvarcas committed Feb 14, 2020
1 parent dfca371 commit 08edbc7
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 08edbc7

Please sign in to comment.