feat: screenshot browser steps

This commit is contained in:
karishmas6
2024-08-06 03:37:28 +05:30
parent bbe6d5373a
commit 6892f1d54d

View File

@@ -135,7 +135,11 @@ export const RightSidePanel = () => {
</Box>
)}
</>
) : null
) : (
step.type === 'screenshot' && (
<Typography>{`Take ${step.fullPage ? 'Fullpage' : 'Visible Part'} Screenshot`}</Typography>
)
)
}
</Box>
))}