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

Related to #2528
  • Loading branch information
IanLondon committed Oct 23, 2018
1 parent 12d8adb commit 75c3619
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 75c3619

Please sign in to comment.