feat: screenshot browser steps
This commit is contained in:
@@ -135,7 +135,11 @@ export const RightSidePanel = () => {
|
||||
</Box>
|
||||
)}
|
||||
</>
|
||||
) : null
|
||||
) : (
|
||||
step.type === 'screenshot' && (
|
||||
<Typography>{`Take ${step.fullPage ? 'Fullpage' : 'Visible Part'} Screenshot`}</Typography>
|
||||
)
|
||||
)
|
||||
}
|
||||
</Box>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user