Skip to content

Commit

Permalink
fix: prevent panel conent change on pattern select
Browse files Browse the repository at this point in the history
  • Loading branch information
amy-corson-ibigroup committed Jul 13, 2023
1 parent e4510c6 commit dd8e99e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/reducers/create-otp-reducer.js
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,6 @@ function createOtpReducer(config) {
// If setting to a route (not null), also set main panel.
return update(state, {
ui: {
mainPanelContent: { $set: MainPanelContent.ROUTE_VIEWER },
viewedRoute: { $set: action.payload }
}
})
Expand Down

0 comments on commit dd8e99e

Please sign in to comment.