forked from Gitlink/forgeplus-react
This commit is contained in:
parent
b47efacc11
commit
7e5102a92b
|
|
@ -80,7 +80,7 @@ function Index(props) {
|
|||
|
||||
function addFunc() {
|
||||
if(totalByUserCreate >= 50){
|
||||
return props.showNotification("您创建的Webhook数量已达到上线!请删除部分Webhook以进行添加操作");
|
||||
return props.showNotification("webhooks数量已到上限!请删除暂不使用的webhooks以进行添加操作");
|
||||
}
|
||||
props.history.push(`/${owner}/${projectsId}/settings/webhooks/new`)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue