Ver código fonte

add IArticleDataRequest

visuddhinanda 2 anos atrás
pai
commit
835c631c91

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

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