visuddhinanda hace 2 años
padre
commit
07e7ecf0cf
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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")}
               channelId={searchParams.get("channel")}
               focus={searchParams.get("focus")}
+              courseId={searchParams.get("course")}
               articleId={id}
               anthologyId={searchParams.get("anthology")}
               mode={searchParams.get("mode") as ArticleMode}