summaryrefslogtreecommitdiff
path: root/app/client/modules/samplernn/samplernn.new.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/client/modules/samplernn/samplernn.new.js')
-rw-r--r--app/client/modules/samplernn/samplernn.new.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/client/modules/samplernn/samplernn.new.js b/app/client/modules/samplernn/samplernn.new.js
index 8d8b68c..a6e4fd3 100644
--- a/app/client/modules/samplernn/samplernn.new.js
+++ b/app/client/modules/samplernn/samplernn.new.js
@@ -20,7 +20,11 @@ class SampleRNNNew extends Component {
}
render(){
const { history } = this.props
- return <NewDatasetForm module={samplernnModule} history={history} />
+ return (
+ <div class='app samplernn'>
+ <NewDatasetForm module={samplernnModule} history={history} />
+ </div>
+ )
}
}
const mapStateToProps = state => ({