瀏覽代碼

add IArticleDataRequest

visuddhinanda 2 年之前
父節點
當前提交
835c631c91
共有 1 個文件被更改,包括 1 次插入0 次删除
  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)}