diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-07-02 00:35:06 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-07-02 00:35:06 +0200 |
| commit | 3e2c1d432d73823e66e19d0081b498ace467b231 (patch) | |
| tree | 67a8b66eb8334b97e031f2c91da668591132ede3 /animism-align/frontend/views/timestamp | |
| parent | 250527589e003420a84f36c4191d2e574f1ad28c (diff) | |
display the form
Diffstat (limited to 'animism-align/frontend/views/timestamp')
| -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', } }) |
