diff options
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) |
