diff --git a/src/components/organisms/RightSidePanel.tsx b/src/components/organisms/RightSidePanel.tsx index de3fddff..514db44f 100644 --- a/src/components/organisms/RightSidePanel.tsx +++ b/src/components/organisms/RightSidePanel.tsx @@ -135,7 +135,7 @@ export const RightSidePanel = () => { margin="normal" error={!!errors[step.id]} helperText={errors[step.id]} - InputProps={{ + InputProps={{ readOnly: confirmedTextSteps[step.id], startAdornment: ( @@ -149,7 +149,7 @@ export const RightSidePanel = () => { value={step.data} fullWidth margin="normal" - InputProps={{ + InputProps={{ readOnly: confirmedTextSteps[step.id], startAdornment: ( @@ -168,11 +168,11 @@ export const RightSidePanel = () => { ) : ( step.type === 'screenshot' && ( - - - {`Take ${step.fullPage ? 'Fullpage' : 'Visible Part'} Screenshot`} - - + + + {`Take ${step.fullPage ? 'Fullpage' : 'Visible Part'} Screenshot`} + + ) ) }