فهرست منبع

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" }),
               children: (
                 <AnthologyInfoEdit
+                  studioName={studioname}
                   anthologyId={anthology_id}
                   onLoad={(value: IAnthologyDataResponse) => {
                     setTitle(value.title);