You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(components,-protocol-designer): fix design bugs from PD 8.4.0 alpha.1
Fix several bugs including 1) properly displaying labware on absorbance reader in absorbance reader step form module options, and 2) removing the 'delete' button from wavelengths if selected insitialization mode is 'single'
Closes RQA-3942, Closes RQA-3945
Copy file name to clipboardexpand all lines: protocol-designer/src/pages/Designer/ProtocolSteps/StepForm/StepTools/AbsorbanceReaderTools/Initialization.tsx
+2-1
Original file line number
Diff line number
Diff line change
@@ -284,6 +284,7 @@ function WavelengthItem(props: WavelengthItemProps): JSX.Element {
284
284
handleDeleteWavelength,
285
285
index,
286
286
error,
287
+
mode,
287
288
}=props
288
289
const{ t }=useTranslation('form')
289
290
constshowCustom=!DEFINED_OPTIONS.some(({ value })=>value===wavelength)
@@ -334,7 +335,7 @@ function WavelengthItem(props: WavelengthItemProps): JSX.Element {
0 commit comments