yuken hace 3 años
padre
commit
774209f701
Se han modificado 1 ficheros con 1 adiciones y 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();