We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8b98c1 commit b6cc323Copy full SHA for b6cc323
static/app/views/monitors/overview.tsx
@@ -72,7 +72,7 @@ export default function Monitors() {
72
const monitorListPageLinks = monitorListHeaders?.('Link');
73
74
const handleSearch = (query: string) => {
75
- const currentQuery = router.location.query ?? {};
+ const currentQuery = {...(router.location.query ?? {}), cursor: undefined};
76
router.push({
77
pathname: location.pathname,
78
query: normalizeDateTimeParams({...currentQuery, query}),
0 commit comments