We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9acc9f4 commit 837e521Copy full SHA for 837e521
src/containers/Tenant/TenantNavigation/useTenantNavigation.tsx
@@ -69,9 +69,8 @@ export function useTenantPage() {
69
const handleTenantPageChange = React.useCallback(
70
(value?: TenantPage) => {
71
setQueryParams({tenantPage: value});
72
- setInitialTenantPage(value);
73
},
74
- [setInitialTenantPage, setQueryParams],
+ [setQueryParams],
75
);
76
77
const parsedInitialPage = React.useMemo(
0 commit comments