From a6e784450a39c9fc63d6a1b9b2d2399352b0d919 Mon Sep 17 00:00:00 2001 From: ncdiehl11 Date: Thu, 7 Sep 2023 09:57:47 -0400 Subject: [PATCH] fix(app): clear errors from previous protocol run attemps in the chooserobotslideout Set a protocol-specific key in the ChooseProtocolSlideout instantiation from the ProtocolsList --- app/src/organisms/ProtocolsLanding/ProtocolList.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/organisms/ProtocolsLanding/ProtocolList.tsx b/app/src/organisms/ProtocolsLanding/ProtocolList.tsx index 06116270812..d12e6c8fd3a 100644 --- a/app/src/organisms/ProtocolsLanding/ProtocolList.tsx +++ b/app/src/organisms/ProtocolsLanding/ProtocolList.tsx @@ -133,11 +133,13 @@ export function ProtocolList(props: ProtocolListProps): JSX.Element | null { {selectedProtocol != null ? ( <> setShowChooseRobotToRunProtocolSlideout(false)} showSlideout={showChooseRobotToRunProtocolSlideout} storedProtocolData={selectedProtocol} /> setShowSendProtocolToOT3Slideout(false)} storedProtocolData={selectedProtocol}