add class name for configure container

This commit is contained in:
Ryan Yun
2017-09-22 11:11:22 -04:00
parent 235b2e1068
commit d359d915fe
@@ -102,7 +102,7 @@ class ConfigureStreamContainer extends Component {
const closedTimeout = dirtySettings.closedTimeout;
return (
<div>
<div className='configureContainer'>
<ConfigureCommentStream
handleChange={this.handleChange}
handleApply={this.handleApply}