diff --git a/src/components/organisms/RightSidePanel.tsx b/src/components/organisms/RightSidePanel.tsx index 470fd845..ce934a9e 100644 --- a/src/components/organisms/RightSidePanel.tsx +++ b/src/components/organisms/RightSidePanel.tsx @@ -218,15 +218,15 @@ export const RightSidePanel = () => { )} )} - {step.type === 'screenshot' && ( + {step.type === 'screenshot' && ( {`Take ${step.fullPage ? 'Fullpage' : 'Visible Part'} Screenshot`} - )} - {step.type === 'list' && ( + )} + {step.type === 'list' && ( <> List Selected Successfully {Object.entries(step.fields).map(([key, field]) => ( @@ -234,7 +234,7 @@ export const RightSidePanel = () => { {}} + onChange={() => { }} fullWidth margin="normal" InputProps={{