Browse Source

add IArticleDataRequest

visuddhinanda 2 years ago
parent
commit
835c631c91
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dashboard/src/components/anthology/EditableTocTree.tsx

+ 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)}