forked from Gitlink/forgeplus-react
Merge branch 'develop'
This commit is contained in:
commit
44a8f806e0
|
@ -203,7 +203,7 @@ function New({ form , match , showNotification , history }) {
|
||||||
{getFieldDecorator("secret",{
|
{getFieldDecorator("secret",{
|
||||||
rules:[]
|
rules:[]
|
||||||
})(
|
})(
|
||||||
<Input placeholder="请输入Webhook密钥" size="large" maxLength={"50"}/>
|
<Input.Password placeholder="请输入Webhook密钥" size="large" maxLength={"50"}/>
|
||||||
)}
|
)}
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item label="Http请求方法" colon={false}>
|
<Form.Item label="Http请求方法" colon={false}>
|
||||||
|
|
Loading…
Reference in New Issue