mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Init node item (#45218)
This commit is contained in:
@@ -114,7 +114,7 @@ export function buildNavModel(dataSource: DataSourceSettings, plugin: GenericDat
|
||||
}
|
||||
|
||||
export function getDataSourceNav(main: NavModelItem, pageName: string): NavModel {
|
||||
let node: NavModelItem;
|
||||
let node: NavModelItem = { text: '' };
|
||||
|
||||
// find active page
|
||||
for (const child of main.children!) {
|
||||
|
||||
Reference in New Issue
Block a user