浏览代码

add studioName

visuddhinanda 2 年之前
父节点
当前提交
86b4773c5f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      dashboard/src/pages/studio/anthology/edit.tsx

+ 1 - 0
dashboard/src/pages/studio/anthology/edit.tsx

@@ -50,6 +50,7 @@ const Widget = () => {
               label: intl.formatMessage({ id: "buttons.basic.information" }),
               label: intl.formatMessage({ id: "buttons.basic.information" }),
               children: (
               children: (
                 <AnthologyInfoEdit
                 <AnthologyInfoEdit
+                  studioName={studioname}
                   anthologyId={anthology_id}
                   anthologyId={anthology_id}
                   onLoad={(value: IAnthologyDataResponse) => {
                   onLoad={(value: IAnthologyDataResponse) => {
                     setTitle(value.title);
                     setTitle(value.title);