feat: list selection ui
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user