Explorar el Código

讨论 contentType="markdown"

visuddhinanda hace 3 años
padre
commit
8341aa87cc
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      dashboard/src/components/comment/CommentTopicChildren.tsx

+ 1 - 0
dashboard/src/components/comment/CommentTopicChildren.tsx

@@ -62,6 +62,7 @@ const Widget = ({ topicId, onItemCountChange }: IWidget) => {
         )}
       />
       <CommentCreate
+        contentType="markdown"
         parent={topicId}
         onCreated={(e: IComment) => {
           console.log("create", e);