Merge branch 'develop'

This commit is contained in:
caishi 2021-07-30 17:44:17 +08:00
commit 44a8f806e0
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ function New({ form , match , showNotification , history }) {
{getFieldDecorator("secret",{
rules:[]
})(
<Input placeholder="请输入Webhook密钥" size="large" maxLength={"50"}/>
<Input.Password placeholder="请输入Webhook密钥" size="large" maxLength={"50"}/>
)}
</Form.Item>
<Form.Item label="Http请求方法" colon={false}>