visuddhinanda 2 лет назад
Родитель
Сommit
07e7ecf0cf
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      dashboard/src/pages/library/article/show.tsx

+ 1 - 0
dashboard/src/pages/library/article/show.tsx

@@ -366,6 +366,7 @@ const Widget = () => {
               para={searchParams.get("par")}
               para={searchParams.get("par")}
               channelId={searchParams.get("channel")}
               channelId={searchParams.get("channel")}
               focus={searchParams.get("focus")}
               focus={searchParams.get("focus")}
+              courseId={searchParams.get("course")}
               articleId={id}
               articleId={id}
               anthologyId={searchParams.get("anthology")}
               anthologyId={searchParams.get("anthology")}
               mode={searchParams.get("mode") as ArticleMode}
               mode={searchParams.get("mode") as ArticleMode}