diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-01-16 02:05:42 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-01-16 02:05:42 +0100 |
| commit | 0b3dc585a0b02a3426b45f5cd474f81a31d5bd7b (patch) | |
| tree | 1362d4d5cb92b7f36a2fac4f9c34dc2d42142009 /app/client/modules/pix2pixhd/pix2pixhd.reducer.js | |
| parent | 477947fe83a37e82bced4d8e060f374aba287eb0 (diff) | |
uprez ui
Diffstat (limited to 'app/client/modules/pix2pixhd/pix2pixhd.reducer.js')
| -rw-r--r-- | app/client/modules/pix2pixhd/pix2pixhd.reducer.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/client/modules/pix2pixhd/pix2pixhd.reducer.js b/app/client/modules/pix2pixhd/pix2pixhd.reducer.js index 5a2afc0..7d6f6f3 100644 --- a/app/client/modules/pix2pixhd/pix2pixhd.reducer.js +++ b/app/client/modules/pix2pixhd/pix2pixhd.reducer.js @@ -26,6 +26,11 @@ const pix2pixhdReducer = (state = pix2pixhdInitialState, action) => { ...state, results: action.results, } + case types.pix2pixhd.load_uprez: + return { + ...state, + uprez: action.uprez, + } case types.pix2pixhd.load_dataset_count: return { ...state, |
