yuken %!s(int64=3) %!d(string=hai) anos
pai
achega
774209f701
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/app/src/components/PageComment/CommentEditor.tsx

+ 1 - 1
packages/app/src/components/PageComment/CommentEditor.tsx

@@ -175,7 +175,7 @@ const CommentEditor = (props: PropsType): JSX.Element => {
             slackChannels,
           },
         };
-        postComment(postCommentArgs);
+        await postComment(postCommentArgs);
       }
 
       initializeEditor();