Skip to content

Commit

Permalink
refactor : change field of role maxLength from 10 to 50 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
Switch-vov authored Aug 14, 2021
1 parent c8b8c29 commit 4665e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/System/Plugin/AddModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ class AddModal extends Component {
}
],
initialValue: role
})(<Input maxLength={10} />)}
})(<Input maxLength={50} />)}
</FormItem>
<FormItem
label={getIntlContent("SHENYU.PLUGIN.SORT")}
Expand Down

0 comments on commit 4665e8d

Please sign in to comment.