visuddhinanda 2 лет назад
Родитель
Сommit
92eaf6b559
1 измененных файлов с 1 добавлено и 0 удалено
  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,