diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-05 00:24:59 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-05 00:24:59 +0200 |
| commit | 8ddd82faf17b5c36f3e9888321bde06160d9eaf1 (patch) | |
| tree | 2c2aaf116462252ce19281367231478a570d08d2 /app/client/modules | |
| parent | 477f2489f2a1e91667f923c9d4681456a8e7a4c4 (diff) | |
task queuing workingggg
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() |
