Skip to content

Commit 97db553

Browse files
committed
Update hideArgs explanation
1 parent 49171ae commit 97db553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ContractForm.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Much changed since then. The following PropTypes were added:
33
// contractAddress, contractName: used to get the contract via truffle-contract
44
// staticArgs: additional arguments, which are always submitted regardless of the input arguments
5-
// hideArgs: for SC method arguments that are being set computationally, based on the user's input in other fields
5+
// hideArgs: arguments that are being set computationally, based on the user's input in other fields
66
// buttonLabel: to customize the submit-button at the end of the form
77
// specialFields: this is used by the ProofSubmission class to customize the fields for requesting location access and for uploading a picture to IPFS
88
// singleSelectOptions, multiSelectOptions: to supply options for a single- or multiselect dropdown list instead of an input field

0 commit comments

Comments
 (0)