diff options
Diffstat (limited to 'animism-align/frontend/views/timestamp/timestamp.reducer.js')
| -rw-r--r-- | animism-align/frontend/views/timestamp/timestamp.reducer.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/animism-align/frontend/views/timestamp/timestamp.reducer.js b/animism-align/frontend/views/timestamp/timestamp.reducer.js index cf18966..e57110e 100644 --- a/animism-align/frontend/views/timestamp/timestamp.reducer.js +++ b/animism-align/frontend/views/timestamp/timestamp.reducer.js @@ -5,6 +5,7 @@ import { crudState, crudReducer } from '../../api/crud.reducer' const initialState = crudState('timestamp', { options: { + sort: 'start_ts desc', } }) |
