feat: list selection ui

This commit is contained in:
karishmas6
2024-08-10 06:35:03 +05:30
parent d66c3d04b8
commit 1e5909f0c4

View File

@@ -228,19 +228,9 @@ export const RightSidePanel = () => {
) : (
step.type === 'list' && Object.keys(step.fields).length > 0 && (
<>
<TextField
label="List Selector"
value={step.listSelector || ''}
fullWidth
margin="normal"
InputProps={{
startAdornment: (
<InputAdornment position="start">
<EditIcon />
</InputAdornment>
)
}}
/>
<Typography>
List Selected Successfully
</Typography>
{Object.entries(step.fields).map(([key, field]) => (
<React.Fragment key={key}>
<TextField