feat: auto-select client from GlobalSearch highlight param (GRO-46) #120

Merged
the-dogfather-cto[bot] merged 3 commits from feat/gro-46-client-highlight into main 2026-03-27 07:16:53 +00:00
Showing only changes of commit 17a06898e5 - Show all commits
+1 -2
View File
@@ -118,8 +118,7 @@ export function ClientsPage() {
next.delete("highlight");
return next;
}, { replace: true });
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [searchParams, clients, loading]);
}, [searchParams, clients, loading]); // selectClient is stable (defined in render scope)
async function loadPets(clientId: string) {
setPetsLoading(true);