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