diff --git a/public/app/core/components/search/search.html b/public/app/core/components/search/search.html index 1522227c54c..a7d578f0193 100644 --- a/public/app/core/components/search/search.html +++ b/public/app/core/components/search/search.html @@ -55,11 +55,11 @@
- + Dashboard - + Folder diff --git a/public/app/features/dashboard/specs/save_as_modal.jest.ts b/public/app/features/dashboard/specs/save_as_modal.jest.ts index 9155f59ca70..b2ab77f2255 100644 --- a/public/app/features/dashboard/specs/save_as_modal.jest.ts +++ b/public/app/features/dashboard/specs/save_as_modal.jest.ts @@ -1,4 +1,4 @@ -import { SaveDashboardAsModalCtrl } from '../save_as_modal; +import { SaveDashboardAsModalCtrl } from '../save_as_modal'; import { describe, it, expect } from 'test/lib/common'; describe('saving dashboard as', () => {