Browse Source

attachment display: "none"

visuddhinanda 11 months ago
parent
commit
6647df8b14

+ 4 - 1
dashboard-v4/dashboard/src/components/template/SentEdit/SentCell.tsx

@@ -490,7 +490,10 @@ const SentCellWidget = ({
         open={copyOpen}
         onClose={() => setCopyOpen(false)}
       />
-      <Collapse bordered={false} style={{ backgroundColor: "unset" }}>
+      <Collapse
+        bordered={false}
+        style={{ display: "none", backgroundColor: "unset" }}
+      >
         <Collapse.Panel
           header={"attachment"}
           key="parent2"