Explorar o código

add channelType channelLang

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

+ 2 - 0
dashboard/src/components/template/SentEdit/SentContent.tsx

@@ -134,6 +134,8 @@ const SentContentWidget = ({
                 wordEnd={wordEnd}
                 magicDict={magicDict}
                 channelId={item.channel.id}
+                channelType={item.channel.type}
+                channelLang={item.channel.lang}
                 data={JSON.parse(item.content ? item.content : "")}
                 mode={mode}
                 wbwProgress={wbwProgress}