From 0bfd5c18a2f3fdf318ed5dc3bce6e45ea3be2de2 Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Wed, 28 Jun 2023 10:30:13 +0800 Subject: [PATCH] =?UTF-8?q?webhooks=E6=95=B0=E9=87=8F=E4=B8=8A=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/Settings/Webhooks/Index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`)