diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-03 02:35:18 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-03 02:35:18 +0200 |
| commit | c76f5de67bb1534e20098dc1c429ed29186ddcb6 (patch) | |
| tree | 13b19618bfcfe41e604ea1ea53b2de873cbfcfe7 /app/client/modules/samplernn/samplernn.results.js | |
| parent | 46fbedf0ad7b167a28daf2030e06f34480576394 (diff) | |
graph parameters
Diffstat (limited to 'app/client/modules/samplernn/samplernn.results.js')
| -rw-r--r-- | app/client/modules/samplernn/samplernn.results.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/modules/samplernn/samplernn.results.js b/app/client/modules/samplernn/samplernn.results.js index 518864b..d55b347 100644 --- a/app/client/modules/samplernn/samplernn.results.js +++ b/app/client/modules/samplernn/samplernn.results.js @@ -74,7 +74,7 @@ class SampleRNNResults extends Component { {!!bestRenders.length && <FileList files={bestRenders} - orderBy='epoch desc' + orderBy='date desc' fields={'name date epoch size'} /> } |
