diff --git a/src/forge/Settings/Webhooks/Index.jsx b/src/forge/Settings/Webhooks/Index.jsx index 1cc171c47..a9d3d401f 100644 --- a/src/forge/Settings/Webhooks/Index.jsx +++ b/src/forge/Settings/Webhooks/Index.jsx @@ -59,7 +59,7 @@ function Index(props) { } function addFunc() { - if(total >= 20){ + if(total >= 50){ return props.showNotification("webhooks数量已到上限!请删除暂不使用的webhooks以进行添加操作"); } props.history.push(`/${owner}/${projectsId}/settings/webhooks/new`)