feat: show list selection even if 0 fields

This commit is contained in:
karishmas6
2024-08-10 06:37:18 +05:30
parent 806e4ed8e7
commit e37a97e45c

View File

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