Ver Fonte

console.log -> info

visuddhinanda há 2 anos atrás
pai
commit
7b0b039d1d
1 ficheiros alterados com 1 adições e 1 exclusões
  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) {
     const url = `/v2/anthology/${id}`;
-    console.log("url", url);
+    console.info("url", url);
     if (typeof onLoading !== "undefined") {
       onLoading(true);
     }