mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 08:05:43 -06:00
Highlights: fix RS event name (#45436)
This commit is contained in:
parent
916f152a6f
commit
39797e33ae
@ -106,7 +106,7 @@ export function buildNavModel(dataSource: DataSourceSettings, plugin: GenericDat
|
||||
navModel.children!.push({
|
||||
...caching,
|
||||
url: caching.url + '/upgrade',
|
||||
tabSuffix: () => ProBadge({ experimentId: 'feature-highlights-data-source-caching-badge' }),
|
||||
tabSuffix: () => ProBadge({ experimentId: 'feature-highlights-query-caching-badge' }),
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user