fix: use step.data instead of step.value
This commit is contained in:
@@ -133,7 +133,7 @@ export const RightSidePanel = ({ pairForEdit }: RightSidePanelProps) => {
|
|||||||
/>
|
/>
|
||||||
<TextField
|
<TextField
|
||||||
label="Data"
|
label="Data"
|
||||||
value={step.value}
|
value={step.data}
|
||||||
fullWidth
|
fullWidth
|
||||||
margin="normal"
|
margin="normal"
|
||||||
InputProps={{ readOnly: confirmedSteps[step.id] }}
|
InputProps={{ readOnly: confirmedSteps[step.id] }}
|
||||||
|
|||||||
Reference in New Issue
Block a user