Skip to content

Commit

Permalink
Fix TS
Browse files Browse the repository at this point in the history
  • Loading branch information
maryia-lapata committed Apr 20, 2020
1 parent 6f26fdb commit ff41644
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
*/

import { PanelNotFoundError } from '../../../embeddable_plugin';
import { DashboardPanelState, GridData, DASHBOARD_GRID_COLUMN_COUNT } from '..';
import { GridData } from '../../../../common';
import { DashboardPanelState, DASHBOARD_GRID_COLUMN_COUNT } from '..';

export type PanelPlacementMethod<PlacementArgs extends IPanelPlacementArgs> = (
args: PlacementArgs
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/dashboard/server/saved_objects/dashboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { dashboardSavedObjectTypeMigrations } from './dashboard_migrations';
export const dashboardSavedObjectType: SavedObjectsType = {
name: 'dashboard',
hidden: false,
namespaceAgnostic: false,
namespaceType: 'single',
management: {
icon: 'dashboardApp',
defaultSearchField: 'title',
Expand Down

0 comments on commit ff41644

Please sign in to comment.