From 3c4b8711ec9eb88fbae1dfec6bbdb630df35c2ad Mon Sep 17 00:00:00 2001 From: HenkDz Date: Fri, 3 Apr 2026 22:38:27 +0100 Subject: [PATCH] fix(ui): remove title prop from Lucide icons (not supported in this version) --- ui/src/pages/AdapterManager.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/pages/AdapterManager.tsx b/ui/src/pages/AdapterManager.tsx index f7f4577d..ba482645 100644 --- a/ui/src/pages/AdapterManager.tsx +++ b/ui/src/pages/AdapterManager.tsx @@ -70,8 +70,8 @@ function AdapterRow({ )} {adapter.source === "external" && ( adapter.isLocalPath - ? - : + ? + : )}