diff options
Diffstat (limited to 'app/client/dashboard/dashboard.component.js')
| -rw-r--r-- | app/client/dashboard/dashboard.component.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/dashboard/dashboard.component.js b/app/client/dashboard/dashboard.component.js index cbfdd33..8f47049 100644 --- a/app/client/dashboard/dashboard.component.js +++ b/app/client/dashboard/dashboard.component.js @@ -48,7 +48,7 @@ class Dashboard extends Component { linkFiles files={renders[key]} orderBy='date desc' - fields={'name date epoch size'} + fields={'name datetime epoch size'} onClick={key === 'samplernn' ? (file, e) => { e.preventDefault() e.stopPropagation() |
