summaryrefslogtreecommitdiff
path: root/app/client/modules/samplernn/samplernn.results.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-03 02:35:18 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-03 02:35:18 +0200
commitc76f5de67bb1534e20098dc1c429ed29186ddcb6 (patch)
tree13b19618bfcfe41e604ea1ea53b2de873cbfcfe7 /app/client/modules/samplernn/samplernn.results.js
parent46fbedf0ad7b167a28daf2030e06f34480576394 (diff)
graph parameters
Diffstat (limited to 'app/client/modules/samplernn/samplernn.results.js')
-rw-r--r--app/client/modules/samplernn/samplernn.results.js2
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'}
/>
}