Skip to content

Commit

Permalink
Add missing rdg-editor-container class on EditorContainer (#1275)
Browse files Browse the repository at this point in the history
  • Loading branch information
nstepien authored and malonecj committed Sep 13, 2018
1 parent ca24aee commit e026531
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/common/editors/EditorContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ class EditorContainer extends React.Component {

getContainerClass = () => {
return joinClasses({
'rdg-editor-container': true,
'has-error': this.state.isInvalid === true
});
};
Expand Down

0 comments on commit e026531

Please sign in to comment.