Skip to content

Commit

Permalink
fixed importer reducer
Browse files Browse the repository at this point in the history
  • Loading branch information
MV88 committed Oct 11, 2016
1 parent db96f84 commit 356ed55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/client/reducers/importer.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ function importer(state = initialState, action) {
selectedTransform: null
});
}
return state;
}
case IMPORTS_LIST_LOADED:
return assign({}, state, {
Expand Down

0 comments on commit 356ed55

Please sign in to comment.