فهرست منبع

_template_discussion_topic_

visuddhinanda 2 سال پیش
والد
کامیت
84bac9c256
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      dashboard/src/components/discussion/DiscussionListCard.tsx

+ 1 - 1
dashboard/src/components/discussion/DiscussionListCard.tsx

@@ -152,7 +152,7 @@ const DiscussionListCardWidget = ({
 
 
           let topicTpl: IComment[] = [];
           let topicTpl: IComment[] = [];
           if (activeKey !== "close") {
           if (activeKey !== "close") {
-            const urlTpl = `/v2/article?view=studio&name=${user?.realName}&subtitle=_setting_discussion_topic_&content=true`;
+            const urlTpl = `/v2/article?view=studio&name=${user?.realName}&subtitle=_template_discussion_topic_&content=true`;
             const resTpl = await get<IArticleListResponse>(urlTpl);
             const resTpl = await get<IArticleListResponse>(urlTpl);
             if (resTpl.ok) {
             if (resTpl.ok) {
               console.log("resTpl.data.rows", resTpl.data.rows);
               console.log("resTpl.data.rows", resTpl.data.rows);