visuddhinanda 3 yıl önce
ebeveyn
işleme
e2fc2ef814

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

@@ -77,7 +77,7 @@ interface IWidgetSentEdit {
 }
 const Widget = ({ props }: IWidgetSentEdit) => {
   const prop = JSON.parse(atob(props)) as IWidgetSentEditInner;
-  console.log("sent data", prop);
+  //console.log("sent data", prop);
   return <SentEditInner {...prop} />;
 };