From df098f55bae64a3481082c1fa46b1847785c7941 Mon Sep 17 00:00:00 2001 From: Fred KISSIE Date: Wed, 27 May 2026 00:23:48 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20pass=20default=20user=20se?= =?UTF-8?q?arch=20params=20query=20to=20user=20devices=20table?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/UserDevicesTable.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/UserDevicesTable.tsx b/src/components/UserDevicesTable.tsx index 1908f1100..20eeae897 100644 --- a/src/components/UserDevicesTable.tsx +++ b/src/components/UserDevicesTable.tsx @@ -794,6 +794,7 @@ export default function UserDevicesTable({ columnVisibility={defaultUserColumnVisibility} onSearch={handleSearchChange} onPaginationChange={handlePaginationChange} + searchQuery={searchParams.get("query")?.toString()} pagination={pagination} rowCount={rowCount} stickyLeftColumn="name"