Skip to content

Commit

Permalink
fix: Global settings view
Browse files Browse the repository at this point in the history
  • Loading branch information
TimSusa committed Jun 3, 2019
1 parent 3e116e2 commit 82b7577
Show file tree
Hide file tree
Showing 2 changed files with 331 additions and 3,484 deletions.
5 changes: 3 additions & 2 deletions packages/midi-bricks/src/pages/GlobalSettingsPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -317,11 +317,12 @@ function mapDispatchToProps(dispatch) {
}
}
function mapStateToProps({
sliders: { pages, sliderList, midi, sliderListBackup, isMidiFailed },
pagesx,
sliders: { sliderList, midi, sliderListBackup, isMidiFailed },
viewSettings
}) {
return {
pages,
pages: pagesx,
sliderList,
midi,
isMidiFailed,
Expand Down
Loading

0 comments on commit 82b7577

Please sign in to comment.