From 926ef097700bc366d6adc2ba36982b6213dbd431 Mon Sep 17 00:00:00 2001 From: Jethary Rader <66035149+jerader@users.noreply.github.com> Date: Thu, 2 May 2024 14:24:29 -0400 Subject: [PATCH] fix(protocol-designer): clean up trash modal and new labware dropdown logic (#15070) closes RQA-2501, RQA-2143, RQA-1156, AUTH-378 --- .../LabwareSelectionModal.tsx | 4 +- .../__tests__/LabwareSelectionModal.test.tsx | 2 +- .../fields/LabwareLocationField/index.tsx | 25 +------- .../modals/FilePipettesModal/index.tsx | 57 +++++++++++++++++-- .../src/components/modules/TrashModal.tsx | 13 +++-- .../src/localization/en/modules.json | 2 + 6 files changed, 67 insertions(+), 36 deletions(-) diff --git a/protocol-designer/src/components/LabwareSelectionModal/LabwareSelectionModal.tsx b/protocol-designer/src/components/LabwareSelectionModal/LabwareSelectionModal.tsx index f0958eb1364..58da8b83dbc 100644 --- a/protocol-designer/src/components/LabwareSelectionModal/LabwareSelectionModal.tsx +++ b/protocol-designer/src/components/LabwareSelectionModal/LabwareSelectionModal.tsx @@ -470,7 +470,7 @@ export function LabwareSelectionModal(): JSX.Element | null {