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

Commit

Permalink
Pick action doesn't properly open included view #1046
Browse files Browse the repository at this point in the history
  • Loading branch information
wiadev committed Jul 19, 2017
1 parent bb46b39 commit a756727
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/app/DocumentList.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,9 @@ class DocumentList extends Component {
this.setState({
cachedSelection: null
}, () => {
dispatch(setListIncludedView());
if (includedView.windowType === 'pickingSlot') {
dispatch(setListIncludedView());
}
})
}
}
Expand Down

0 comments on commit a756727

Please sign in to comment.