Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
HOTFIX getItemsByProperty #2
Browse files Browse the repository at this point in the history
  • Loading branch information
damianprzygodzki committed Feb 22, 2017
1 parent 360ef5f commit fc3a235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reducers/windowHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export default function windowHandler(state = initialState, action) {

case types.SELECT_TABLE_ITEMS:
return Object.assign({}, state, {
selected: action.ids ? action.ids : []
selected: action.ids
})

// LATEST NEW DOCUMENT CACHE
Expand Down

0 comments on commit fc3a235

Please sign in to comment.