visuddhinanda hace 2 años
padre
commit
92eaf6b559
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      dashboard/src/pages/library/discussion/topic.tsx

+ 1 - 0
dashboard/src/pages/library/discussion/topic.tsx

@@ -42,6 +42,7 @@ const Widget = () => {
         const topicInfo: IComment = {
           resId: resId,
           resType: resType as TResType,
+          type: "discussion",
           user: value.editor,
           title: value.title,
           tplId: id,