diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-10-13 13:12:31 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-10-13 13:12:31 +0200 |
| commit | 476fbea81b8897246ac6fe3b381ea2e39d02fa2e (patch) | |
| tree | a765a88d6795450d970b27ad1adaa016d97f89dd /app/client/modules/biggan/biggan.reducer.js | |
| parent | 8effb899b2d482d1bac62679ebd3a6315def8549 (diff) | |
actual encoding order..
Diffstat (limited to 'app/client/modules/biggan/biggan.reducer.js')
| -rw-r--r-- | app/client/modules/biggan/biggan.reducer.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/client/modules/biggan/biggan.reducer.js b/app/client/modules/biggan/biggan.reducer.js index d5b331c..a8be247 100644 --- a/app/client/modules/biggan/biggan.reducer.js +++ b/app/client/modules/biggan/biggan.reducer.js @@ -31,6 +31,7 @@ const bigganReducer = (state = bigganInitialState, action) => { return { ...state, encodings: action.encodings, + encoding_order: action.encoding_order, } case types.file.destroy: console.log('file destroy', state.results) |
