Skip to content

Commit 7304644

Browse files
committed
fix: update call site mismatch
1 parent cc00106 commit 7304644

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

site/src/pages/ConnectionLogPage/ConnectionLogPage.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ const ConnectionLogPage: FC = () => {
2929
paginatedConnectionLogs(searchParams),
3030
);
3131
const filter = useFilter({
32-
searchParamsResult: [searchParams, setSearchParams],
32+
searchParams,
33+
onSearchParamsChange: setSearchParams,
3334
onUpdate: connectionlogsQuery.goToFirstPage,
3435
});
3536

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy