Browse Source

:fire: log

visuddhinanda 2 năm trước cách đây
mục cha
commit
7a2aca81b9
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      dashboard/src/components/template/ParaHandle.tsx

+ 0 - 1
dashboard/src/components/template/ParaHandle.tsx

@@ -68,7 +68,6 @@ interface IWidget {
 }
 const Widget = ({ props }: IWidget) => {
   const prop = JSON.parse(atob(props)) as IWidgetParaHandleCtl;
-  console.log(prop);
   return (
     <>
       <ParaHandleCtl {...prop} />