Fix bug autofill title (#573)

* Fix bug autofill title

* Remove useless loading
This commit is contained in:
Charles Bochet
2023-07-10 15:20:57 -07:00
committed by GitHub
parent 25eeada92c
commit 5d071187f5
3 changed files with 22 additions and 12 deletions

View File

@ -30,6 +30,7 @@ export function RightDrawerCreateCommentThread() {
<CommentThread
commentThreadId={commentThreadId}
showComment={false}
autoFillTitle={true}
/>
)}
</RightDrawerBody>