feat: check listSelector val
This commit is contained in:
@@ -226,7 +226,7 @@ export const RightSidePanel = () => {
|
||||
</Typography>
|
||||
</Box>
|
||||
) : (
|
||||
step.type === 'list' && (
|
||||
step.type === 'list' && step.listSelector && (
|
||||
<>
|
||||
<Typography>
|
||||
List Selected Successfully
|
||||
|
||||
Reference in New Issue
Block a user