chore: lint
This commit is contained in:
@@ -134,8 +134,8 @@ export const RightSidePanel = () => {
|
||||
</SimpleBox>
|
||||
|
||||
<Box display="flex" flexDirection="column" gap={2} style={{ margin: '15px' }}>
|
||||
{!getText && !getScreenshot && !getList && <Button variant="contained" onClick={startGetList}>Capture List</Button>}
|
||||
{getList &&
|
||||
{!getText && !getScreenshot && !getList && <Button variant="contained" onClick={startGetList}>Capture List</Button>}
|
||||
{getList &&
|
||||
<>
|
||||
<Box display="flex" justifyContent="space-between" gap={2} style={{ margin: '15px' }}>
|
||||
<Button variant="outlined" onClick={stopCaptureAndEmitGetListSettings}>Confirm</Button>
|
||||
@@ -237,7 +237,7 @@ export const RightSidePanel = () => {
|
||||
<TextField
|
||||
label="Field Label"
|
||||
value={field.label || ''}
|
||||
onChange={() => {}}
|
||||
onChange={() => { }}
|
||||
fullWidth
|
||||
margin="normal"
|
||||
InputProps={{
|
||||
|
||||
Reference in New Issue
Block a user