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

Commit

Permalink
Merge branch 'master' of github.com:metasfresh/metasfresh-webui-front…
Browse files Browse the repository at this point in the history
…end into dev-510
  • Loading branch information
damianprzygodzki committed Mar 8, 2017
2 parents 922745e + 1e80ced commit c2050c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/header/SubHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class Subheader extends Component {

dispatch(
actionsRequest(
entity, windowType, dataId ? dataId : query && query.viewId, (selectedWindowType === windowType ? selected[0]: []))
entity, windowType, dataId ? dataId : query && query.viewId, (selectedWindowType === windowType ? selected: []))
).then((response) => {
dispatch(setActions(response.data.actions));
});
Expand Down

0 comments on commit c2050c1

Please sign in to comment.