mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fixed issue with reducer sharing url query instance with angular router
This commit is contained in:
parent
bcd0b2fcf7
commit
d7655e0b54
@ -23,7 +23,9 @@ export const locationReducer = (state = initialState, action: Action): LocationS
|
||||
return {
|
||||
url: renderUrl(path || state.path, query),
|
||||
path: path || state.path,
|
||||
query: query,
|
||||
query: {
|
||||
...query,
|
||||
},
|
||||
routeParams: routeParams || state.routeParams,
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user