فهرست منبع

console.log -> info

visuddhinanda 2 سال پیش
والد
کامیت
7b0b039d1d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      dashboard/src/components/article/AnthologyDetail.tsx

+ 1 - 1
dashboard/src/components/article/AnthologyDetail.tsx

@@ -43,7 +43,7 @@ const AnthologyDetailWidget = ({
 
 
   function fetchData(id?: string) {
   function fetchData(id?: string) {
     const url = `/v2/anthology/${id}`;
     const url = `/v2/anthology/${id}`;
-    console.log("url", url);
+    console.info("url", url);
     if (typeof onLoading !== "undefined") {
     if (typeof onLoading !== "undefined") {
       onLoading(true);
       onLoading(true);
     }
     }