visuddhinanda 2 лет назад
Родитель
Сommit
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);