Browse Source

save attachments

visuddhinanda 2 years ago
parent
commit
cf22d92dcf
1 changed files with 1 additions and 0 deletions
  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,
     };
     };
   };
   };