评论增加issue引用

This commit is contained in:
caishi 2023-04-13 16:18:32 +08:00
parent a269acf31a
commit 5c76edfbc4
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ function EditComment(props){
initValue={content}
onChange={(value)=>{setQuillFlag(false);setContent(value);}}
isCanAtme = {true}
isQuoteIssue={true}
changeAtWhoLoginList = {(loginList)=>{setAtWhoLoginList(loginList); setAttachmentClean(true)}}
owner = {owner}
projectsId = {projectsId}