mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Upgrades typescript to version 3.5 (#18263)
* Chore: Upgrade typescript to version 3.5
This commit is contained in:
@@ -367,7 +367,7 @@ function getPluginTabsNav(
|
||||
}
|
||||
|
||||
// Check for the dashboard pages
|
||||
if (find(meta.includes, { type: 'dashboard' })) {
|
||||
if (find(meta.includes, { type: PluginIncludeType.dashboard })) {
|
||||
pages.push({
|
||||
text: 'Dashboards',
|
||||
icon: 'gicon gicon-dashboard',
|
||||
|
||||
Reference in New Issue
Block a user