调整操作的校验权限

This commit is contained in:
何童崇 2022-12-13 09:24:27 +08:00
parent c21ebf78c7
commit 7e548289fb
1 changed files with 2 additions and 2 deletions

View File

@ -435,8 +435,8 @@ function CoderDepot(props){
{
<div className="addOptionBtn">
{
baseOperate &&
<CheckProfile {...props} sureFunc={()=>urlLink(`/${owner}/${projectsId}/compare/master...${turnbar(branchName || defaultBranch)}`)} >+ 合并请求</CheckProfile>
baseOperate &&<a onClick={()=>urlLink(`/${owner}/${projectsId}/compare/master...${turnbar(branchName || defaultBranch)}`)}>+ 合并请求</a>
// <CheckProfile {...props} sureFunc={()=>urlLink(`/${owner}/${projectsId}/compare/master...${turnbar(branchName || defaultBranch)}`)} >+ </CheckProfile>
}
<a onClick={createIssue}>+ 疑修</a>
{/* {