feat: Comment resolving (#7115)
This commit is contained in:
@@ -106,6 +106,7 @@ function CommentForm({
|
||||
thread ??
|
||||
new Comment(
|
||||
{
|
||||
createdAt: new Date().toISOString(),
|
||||
documentId,
|
||||
data: draft,
|
||||
},
|
||||
@@ -139,6 +140,7 @@ function CommentForm({
|
||||
|
||||
const comment = new Comment(
|
||||
{
|
||||
createdAt: new Date().toISOString(),
|
||||
parentCommentId: thread?.id,
|
||||
documentId,
|
||||
data: draft,
|
||||
|
||||
Reference in New Issue
Block a user