Skip to content

Commit

Permalink
fix(protocol-designer): close liquid placement form when clear wells …
Browse files Browse the repository at this point in the history
…is clicked (#2533)

Related to #2528
  • Loading branch information
IanLondon authored Oct 24, 2018
1 parent 49da7b1 commit e0727e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protocol-designer/src/well-selection/reducers.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const selectedWells = handleActions({
CLOSE_WELL_SELECTION_MODAL: () => selectedWellsInitialState,
DESELECT_ALL_WELLS: () => selectedWellsInitialState,
OPEN_RENAME_LABWARE_FORM: () => selectedWellsInitialState,
REMOVE_WELLS_CONTENTS: () => selectedWellsInitialState,
SET_WELL_CONTENTS: () => selectedWellsInitialState,
}, selectedWellsInitialState)

Expand Down

0 comments on commit e0727e6

Please sign in to comment.