visuddhinanda 1 год назад
Родитель
Сommit
d26f393628
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      dashboard/src/components/notification/NotificationIcon.tsx

+ 1 - 1
dashboard/src/components/notification/NotificationIcon.tsx

@@ -40,7 +40,7 @@ const NotificationIconWidget = () => {
     }
 
     const url = `/v2/notification?view=to&limit=1`;
-    console.info("notification url", url);
+    console.info("notification api request", url);
     get<INotificationListResponse>(url).then((json) => {
       if (json.ok) {
         console.debug("notification fetch ok ", json.data.unread);