feat: list step text label change
This commit is contained in:
@@ -375,7 +375,7 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
|
|||||||
<TextField
|
<TextField
|
||||||
label="Field Label"
|
label="Field Label"
|
||||||
value={field.label || ''}
|
value={field.label || ''}
|
||||||
onChange={() => { }}
|
onChange={(e) => handleTextLabelChange(field.id, e.target.value, step.id, key)}
|
||||||
fullWidth
|
fullWidth
|
||||||
margin="normal"
|
margin="normal"
|
||||||
InputProps={{
|
InputProps={{
|
||||||
|
|||||||
Reference in New Issue
Block a user