Browse Source

add IArticleDataRequest

visuddhinanda 2 năm trước cách đây
mục cha
commit
835c631c91

+ 1 - 0
dashboard/src/components/anthology/EditableTocTree.tsx

@@ -172,6 +172,7 @@ const EditableTocTreeWidget = ({
         }}
         }}
       />
       />
       <ArticleEditDrawer
       <ArticleEditDrawer
+        anthologyId={anthologyId}
         articleId={articleId}
         articleId={articleId}
         open={openEditor}
         open={openEditor}
         onClose={() => setOpenEditor(false)}
         onClose={() => setOpenEditor(false)}