mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 16:42:26 +08:00
Explore: Remove ui params from url (#27753)
* Remove ui from url * Update tests * Update changeDedupStrategy * Add test coverage
This commit is contained in:
@ -185,11 +185,6 @@ export const createUrlFromRichHistory = (query: RichHistoryQuery) => {
|
||||
range: { from: 'now-1h', to: 'now' },
|
||||
datasource: query.datasourceName,
|
||||
queries: query.queries,
|
||||
ui: {
|
||||
showingGraph: true,
|
||||
showingLogs: true,
|
||||
showingTable: true,
|
||||
},
|
||||
context: 'explore',
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user