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 47df4db commit c8d37b0Copy full SHA for c8d37b0
x-pack/solutions/observability/plugins/slo/public/pages/slos/hooks/use_url_search_state.ts
@@ -88,9 +88,7 @@ export function useUrlSearchState(): {
88
const updatedState = { ...state, page: 0, ...newState };
89
setState(() => updatedState);
90
91
- urlStateStorage.current?.set(SLO_LIST_SEARCH_URL_STORAGE_KEY, updatedState, {
92
- replace: false,
93
- });
+ urlStateStorage.current?.set(SLO_LIST_SEARCH_URL_STORAGE_KEY, updatedState);
94
95
// Discard search itself from session storage. Keep only view preferences
96
sessionStorage.current?.set(
0 commit comments