fix: use step.data instead of step.value

This commit is contained in:
karishmas6
2024-08-03 21:27:03 +05:30
parent 1ebfbe9173
commit e044f92406

View File

@@ -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] }}