Преглед изворни кода

add console.log("url", url);

visuddhinanda пре 2 година
родитељ
комит
d3d39aa662
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      dashboard/src/components/article/Article.tsx

+ 1 - 0
dashboard/src/components/article/Article.tsx

@@ -225,6 +225,7 @@ const ArticleWidget = ({
         });
       }
 
+      console.log("url", url);
       if (type === "term") {
         get<ITermResponse>(url)
           .then((json) => {