Explorar el Código

save attachments

visuddhinanda hace 3 años
padre
commit
cf22d92dcf
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      dashboard/src/components/template/WbwSent.tsx

+ 1 - 0
dashboard/src/components/template/WbwSent.tsx

@@ -246,6 +246,7 @@ export const WbwSentCtl = ({
       note: item.note,
       note: item.note,
       bmt: item.bookMarkText,
       bmt: item.bookMarkText,
       bmc: item.bookMarkColor,
       bmc: item.bookMarkColor,
+      attachments: JSON.stringify(item.attachments),
       cf: item.confidence,
       cf: item.confidence,
     };
     };
   };
   };