From dfbca424f0655779bcbcf56a88a1338e3af23739 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 4 Jun 2018 19:06:48 +0200 Subject: action divs --- app/client/modules/samplernn/samplernn.reducer.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/client/modules/samplernn/samplernn.reducer.js') diff --git a/app/client/modules/samplernn/samplernn.reducer.js b/app/client/modules/samplernn/samplernn.reducer.js index 11a9d9e..929205e 100644 --- a/app/client/modules/samplernn/samplernn.reducer.js +++ b/app/client/modules/samplernn/samplernn.reducer.js @@ -61,6 +61,10 @@ const samplernnReducer = (state = samplernnInitialState, action) => { loading: false, folder: { ...state.folder, + files: [ + ...state.folder.files, + action.data, + ], datasets: [ ...state.folder.datasets, { -- cgit v1.2.3-70-g09d2