Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
PoulavBhowmick03 committed Oct 6, 2024
1 parent 8c6d97b commit bf2e368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/admin/taskSteps/contractStep.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const ContractStep: FunctionComponent<ContractStepProps> = ({
<TextInput
onChange={(e) => handleTasksInputChange(e, index)}
value={step.data.contract_calls || ""}
name="calls"
name="contract_calls"
label="Calls (JSON)"
placeholder='e.g.: [{ "contract": "0x...", "entry_point": "transfer", "call_data": ["0x..."], "regex": "..." }]'
multiline={4}
Expand Down

0 comments on commit bf2e368

Please sign in to comment.