Explorar o código

add channelLang

visuddhinanda %!s(int64=2) %!d(string=hai) anos
pai
achega
e5740cb041
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      dashboard/src/components/template/SentEdit/SentWbwEdit.tsx

+ 1 - 0
dashboard/src/components/template/SentEdit/SentWbwEdit.tsx

@@ -92,6 +92,7 @@ const SentWbwEditWidget = ({ data, onSave, onClose }: IWidget) => {
         }}
         channelId={data.channel.id}
         channelType={data.channel.type}
+        channelLang={data.channel.lang}
         onChange={(wbwData: IWbw[]) => {
           let newSent = data;
           newSent.content = JSON.stringify(wbwData);