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>