chore: lint
This commit is contained in:
@@ -218,15 +218,15 @@ export const RightSidePanel = () => {
|
|||||||
)}
|
)}
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
{step.type === 'screenshot' && (
|
{step.type === 'screenshot' && (
|
||||||
<Box display="flex" alignItems="center">
|
<Box display="flex" alignItems="center">
|
||||||
<DocumentScannerIcon sx={{ mr: 1 }} />
|
<DocumentScannerIcon sx={{ mr: 1 }} />
|
||||||
<Typography>
|
<Typography>
|
||||||
{`Take ${step.fullPage ? 'Fullpage' : 'Visible Part'} Screenshot`}
|
{`Take ${step.fullPage ? 'Fullpage' : 'Visible Part'} Screenshot`}
|
||||||
</Typography>
|
</Typography>
|
||||||
</Box>
|
</Box>
|
||||||
)}
|
)}
|
||||||
{step.type === 'list' && (
|
{step.type === 'list' && (
|
||||||
<>
|
<>
|
||||||
<Typography>List Selected Successfully</Typography>
|
<Typography>List Selected Successfully</Typography>
|
||||||
{Object.entries(step.fields).map(([key, field]) => (
|
{Object.entries(step.fields).map(([key, field]) => (
|
||||||
@@ -234,7 +234,7 @@ export const RightSidePanel = () => {
|
|||||||
<TextField
|
<TextField
|
||||||
label="Field Label"
|
label="Field Label"
|
||||||
value={field.label || ''}
|
value={field.label || ''}
|
||||||
onChange={() => {}}
|
onChange={() => { }}
|
||||||
fullWidth
|
fullWidth
|
||||||
margin="normal"
|
margin="normal"
|
||||||
InputProps={{
|
InputProps={{
|
||||||
|
|||||||
Reference in New Issue
Block a user