diff --git a/src/forge/Settings/Webhooks/New.jsx b/src/forge/Settings/Webhooks/New.jsx index 0e41e6c9d..a8201f729 100644 --- a/src/forge/Settings/Webhooks/New.jsx +++ b/src/forge/Settings/Webhooks/New.jsx @@ -187,6 +187,7 @@ function New({ form , match , showNotification , history }) {

当webhook被触发时,我们将向以下URL发送通知,包括已选择事件的详细信息。更多信息可查阅webhooks指南

+ {getFieldDecorator("url",{ rules:[ @@ -196,14 +197,14 @@ function New({ form , match , showNotification , history }) { } ] })( - + )} {getFieldDecorator("secret",{ rules:[] })( - + )}