Explorar el Código

wbwData 传参给 SentTabCopy

visuddhinanda hace 2 años
padre
commit
187b20503b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      dashboard/src/components/template/SentEdit/SentTab.tsx

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

@@ -125,7 +125,7 @@ const SentTabWidget = ({
             trigger={path ? path.length > 0 ? path[0].title : <></> : <></>}
           />
           <Text>{sentId[0]}</Text>
-          <SentTabCopy text={`{{${sentId[0]}}}`} />
+          <SentTabCopy wbwData={wbwData} text={`{{${sentId[0]}}}`} />
           <SentMenu
             book={book}
             para={para}