From 4425fbbc3137979be6c03cebbc96087aaa2d34c2 Mon Sep 17 00:00:00 2001 From: CREDO23 Date: Mon, 29 Dec 2025 17:24:10 +0200 Subject: [PATCH] fix: lint error in logs api service --- .../app/dashboard/[search_space_id]/client-layout.tsx | 6 +----- .../dashboard/[search_space_id]/documents/(manage)/page.tsx | 1 - surfsense_web/app/globals.css | 1 - 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/surfsense_web/app/dashboard/[search_space_id]/client-layout.tsx b/surfsense_web/app/dashboard/[search_space_id]/client-layout.tsx index dd524a198..647c93282 100644 --- a/surfsense_web/app/dashboard/[search_space_id]/client-layout.tsx +++ b/surfsense_web/app/dashboard/[search_space_id]/client-layout.tsx @@ -240,11 +240,7 @@ export function DashboardClientLayout({ } return ( - + {/* Use AppSidebarProvider which fetches user, search space, and recent chats */} task.source === "document_processor") || []; const documentProcessorTasksCount = documentProcessorTasks.length; - const activeTasksCount = summary?.active_tasks.length || 0; const prevActiveTasksCount = useRef(activeTasksCount); diff --git a/surfsense_web/app/globals.css b/surfsense_web/app/globals.css index c78c074fb..4f4ab6de1 100644 --- a/surfsense_web/app/globals.css +++ b/surfsense_web/app/globals.css @@ -159,4 +159,3 @@ button { @source '../node_modules/@llamaindex/chat-ui/**/*.{ts,tsx}'; @source '../node_modules/streamdown/dist/*.js'; -