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