diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-26 01:55:55 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-26 01:55:55 +0200 |
| commit | e055ca78a53e0f0b8f4b3a351717a8987d6706eb (patch) | |
| tree | 1ede1f61d5ba76cfea0da208e4eaac585f76d9ea /app/client/modules/morph/morph.actions.js | |
| parent | 8d06839056967e8786c63976545aff098ae2f128 (diff) | |
params should pass thru..
Diffstat (limited to 'app/client/modules/morph/morph.actions.js')
| -rw-r--r-- | app/client/modules/morph/morph.actions.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/client/modules/morph/morph.actions.js b/app/client/modules/morph/morph.actions.js index 9d47d03..04f452d 100644 --- a/app/client/modules/morph/morph.actions.js +++ b/app/client/modules/morph/morph.actions.js @@ -36,6 +36,7 @@ export const load_data = (id) => (dispatch) => { type: types.morph.load, data: datasetApiReport, app: { + resultsFolder, files, sequences, renders, |
