Parcourir la source

add IArticleDataRequest

visuddhinanda il y a 2 ans
Parent
commit
835c631c91
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      dashboard/src/components/anthology/EditableTocTree.tsx

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

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