diff options
Diffstat (limited to 'app/client/modules')
| -rw-r--r-- | app/client/modules/samplernn/samplernn.show.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/client/modules/samplernn/samplernn.show.js b/app/client/modules/samplernn/samplernn.show.js index a24d114..64ccd34 100644 --- a/app/client/modules/samplernn/samplernn.show.js +++ b/app/client/modules/samplernn/samplernn.show.js @@ -39,6 +39,7 @@ class SampleRNNShow extends Component { <SampleRNNDatasets id={this.props.match.params.id || localStorage.getItem('samplernn.last_id')} folder={folder} + history={history} onPickFile={(file, e) => { e.preventDefault() e.stopPropagation() |
