visuddhinanda пре 2 година
родитељ
комит
ebe732a3a4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      dashboard/src/components/article/ArticleView.tsx

+ 1 - 1
dashboard/src/components/article/ArticleView.tsx

@@ -91,7 +91,7 @@ const ArticleViewWidget = ({
       <Space direction="vertical">
         <TocPath
           data={path}
-          channel={channels}
+          channels={channels}
           onChange={(
             node: ITocPathNode,
             e: React.MouseEvent<HTMLSpanElement | HTMLAnchorElement, MouseEvent>