同上-password-webhook
This commit is contained in:
parent
2b47c1ff9a
commit
51d34a7667
|
@ -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