Skip to content

Commit

Permalink
Merge pull request #3109 from ruiyangliu/master
Browse files Browse the repository at this point in the history
ra-input-rich-text typo fix
  • Loading branch information
Gildas Garcia authored Apr 9, 2019
2 parents 696e6ca + 9f9e795 commit bc45dbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/ra-input-rich-text/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ export class RichTextInput extends Component {
}
}

const RichRextInputWithField = addField(withStyles(styles)(RichTextInput));
const RichTextInputWithField = addField(withStyles(styles)(RichTextInput));

RichRextInputWithField.defaultProps = {
RichTextInputWithField.defaultProps = {
addLabel: true,
fullWidth: true,
};
export default RichRextInputWithField;
export default RichTextInputWithField;

0 comments on commit bc45dbd

Please sign in to comment.