diff --git a/protocol-designer/src/components/StepEditForm/WellSelectionInput/WellSelectionModal.js b/protocol-designer/src/components/StepEditForm/WellSelectionInput/WellSelectionModal.js index 39d639b2020..5fe4fa9bbd0 100644 --- a/protocol-designer/src/components/StepEditForm/WellSelectionInput/WellSelectionModal.js +++ b/protocol-designer/src/components/StepEditForm/WellSelectionInput/WellSelectionModal.js @@ -63,7 +63,7 @@ class WellSelectionModal extends React.Component { } deselectWells = (wells: Wells) => { - this.setState({selectedWells: omit(this.state.selectedWells, Object.keys(wells))}) + this.setState({selectedWells: omit(this.state.selectedWells, Object.keys(wells)), highlightedWells: {}}) } handleSave = () => {