Pārlūkot izejas kodu

save attachments

visuddhinanda 2 gadi atpakaļ
vecāks
revīzija
cf22d92dcf
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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,
       bmt: item.bookMarkText,
       bmc: item.bookMarkColor,
+      attachments: JSON.stringify(item.attachments),
       cf: item.confidence,
     };
   };