diff --git a/opentrons-ai-client/src/assets/localization/en/create_protocol.json b/opentrons-ai-client/src/assets/localization/en/create_protocol.json index de5015cd1d1..1ba282e5e53 100644 --- a/opentrons-ai-client/src/assets/localization/en/create_protocol.json +++ b/opentrons-ai-client/src/assets/localization/en/create_protocol.json @@ -9,5 +9,6 @@ "application_other_caption": "Example: “cherrypicking” or “serial dilution”", "application_describe_title": "Describe what you are trying to do", "application_describe_caption": "Example: “The protocol performs automated liquid handling for Pierce BCA Protein Assay Kit to determine protein concentrations in various sample types, such as cell lysates and eluates of purification process.", - "section_confirm_button": "Confirm" + "section_confirm_button": "Confirm", + "instruments_title": "Instruments" } diff --git a/opentrons-ai-client/src/pages/CreateProtocol/index.tsx b/opentrons-ai-client/src/pages/CreateProtocol/index.tsx index 12e7cd1f9a2..4339d22e05f 100644 --- a/opentrons-ai-client/src/pages/CreateProtocol/index.tsx +++ b/opentrons-ai-client/src/pages/CreateProtocol/index.tsx @@ -26,6 +26,7 @@ export function CreateProtocol(): JSX.Element | null { const [applicationAccordionIsOpen, setApplicationAccordionIsOpen] = useState( true ) + const [activeSection, setActiveSection] = useState(0) const methods = useForm({ defaultValues: { @@ -49,13 +50,23 @@ export function CreateProtocol(): JSX.Element | null { + + + Content +