瀏覽代碼

add channelsId

visuddhinanda 2 年之前
父節點
當前提交
7e8a658b8b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      dashboard/src/components/template/SentEdit/SentTab.tsx

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

@@ -302,6 +302,7 @@ const SentTabWidget = ({
               para={parseInt(sId[1])}
               para={parseInt(sId[1])}
               wordStart={parseInt(sId[2])}
               wordStart={parseInt(sId[2])}
               wordEnd={parseInt(sId[3])}
               wordEnd={parseInt(sId[3])}
+              channelsId={channelsId}
               limit={5}
               limit={5}
             />
             />
           ),
           ),