Ver Fonte

add IArticleDataRequest

visuddhinanda há 2 anos atrás
pai
commit
835c631c91
1 ficheiros alterados com 1 adições e 0 exclusões
  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)}