From 315e3aedc39a7a7c8b0ff86dca7da0602e8b409b Mon Sep 17 00:00:00 2001 From: Wanyi <98396997+Wanyi9988@users.noreply.github.com> Date: Wed, 26 Nov 2025 07:38:29 +0800 Subject: [PATCH] fix: apply search filter to tools list view (#5469) (#5487) * fix: apply search filter to tools list view * tools table filtering * lint fix --------- Co-authored-by: Henry Heng --- packages/ui/src/views/tools/index.jsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/ui/src/views/tools/index.jsx b/packages/ui/src/views/tools/index.jsx index e485fb8bf..10dff4351 100644 --- a/packages/ui/src/views/tools/index.jsx +++ b/packages/ui/src/views/tools/index.jsx @@ -245,7 +245,11 @@ const Tools = () => { ))} ) : ( - + )} {/* Pagination and Page Size Controls */}