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"