visuddhinanda 3 سال پیش
والد
کامیت
e2fc2ef814
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      dashboard/src/components/template/SentEdit.tsx

+ 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} />;
 };