yuken před 3 roky
rodič
revize
774209f701

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

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