Skip to content

Commit

Permalink
Merge pull request #133 from Ashuaidehao/dev-back
Browse files Browse the repository at this point in the history
remove required
  • Loading branch information
Ashuaidehao committed Sep 17, 2021
2 parents d5a2cb6 + 0f761d2 commit 0f3b851
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions neo3-gui/neo3-gui/ClientApp/src/components/Contract/invoke.js
Original file line number Diff line number Diff line change
Expand Up @@ -395,10 +395,10 @@ class Contractinvoke extends React.Component {
// getValueFromEvent={this.handleparam}
label={<span>{item.name}</span>}
rules={[
{
required: true,
message: t("input.required"),
},
// {
// required: true,
// message: t("input.required"),
// },
]}
>
{/* {item.type.toLowerCase() == 'array' ?
Expand Down

0 comments on commit 0f3b851

Please sign in to comment.