diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-26 17:47:40 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-26 17:47:40 +0200 |
| commit | 97b256e9d25f4196197f7944db0c4176954a0fda (patch) | |
| tree | 51b45121d68f869d2ea900cdd1ef6ff81c661573 /app/client/modules/pix2pixhd | |
| parent | 113857a1a091add62c5479bece88d3c243a97098 (diff) | |
deploy bundle
Diffstat (limited to 'app/client/modules/pix2pixhd')
| -rw-r--r-- | app/client/modules/pix2pixhd/pix2pixhd.actions.js | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/app/client/modules/pix2pixhd/pix2pixhd.actions.js b/app/client/modules/pix2pixhd/pix2pixhd.actions.js index 21c405c..8e481d3 100644 --- a/app/client/modules/pix2pixhd/pix2pixhd.actions.js +++ b/app/client/modules/pix2pixhd/pix2pixhd.actions.js @@ -123,29 +123,29 @@ export const load_directories = (id) => (dispatch) => { resultsFolder, }, }) - // if (id) { - // console.log('folder id', id) - // dispatch({ - // type: types.dataset.set_folder, - // data: { - // folder_id: id, - // module - // }, - // }) - // } + if (id) { + console.log('folder id', id) + dispatch({ + type: types.dataset.set_folder, + data: { + folder_id: id, + module + }, + }) + } }).catch(e => { console.error(e) }) - // if (id) { - // console.log('folder id', id) - // dispatch({ - // type: types.dataset.set_folder, - // data: { - // folder_id: id, - // module - // }, - // }) - // } + if (id) { + console.log('folder id', id) + dispatch({ + type: types.dataset.set_folder, + data: { + folder_id: id, + module + }, + }) + } } export const load_results = (id) => (dispatch) => { |
