Chore: Upgrades typescript to version 3.5 (#18263)

* Chore: Upgrade typescript to version 3.5
This commit is contained in:
kay delaney
2019-07-26 15:14:06 +01:00
committed by GitHub
parent 14fb23f5a2
commit 9d87923986
8 changed files with 27 additions and 28 deletions

View File

@@ -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',