feat: check listSelector val

This commit is contained in:
karishmas6
2024-08-10 06:40:45 +05:30
parent 0ad6391d3f
commit fd110b2ca9

View File

@@ -226,7 +226,7 @@ export const RightSidePanel = () => {
</Typography> </Typography>
</Box> </Box>
) : ( ) : (
step.type === 'list' && ( step.type === 'list' && step.listSelector && (
<> <>
<Typography> <Typography>
List Selected Successfully List Selected Successfully