Skip to content

Commit

Permalink
Fix type and add newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
poffdeluxe committed Dec 7, 2020
1 parent f46b6c2 commit c3d4eae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

.kbnSavedObjectsSaveModal--wide {
width: 800px;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@

.visListingCallout__link {
text-decoration: underline;
}
}
2 changes: 1 addition & 1 deletion x-pack/plugins/lens/public/app_plugin/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import {
IndexPatternsContract,
syncQueryStateWithUrl,
} from '../../../../../src/plugins/data/public';
import { LENS_EMBEDDABLE_TYPE, getFullPath, getBasePath } from '../../common';
import { LENS_EMBEDDABLE_TYPE, getFullPath } from '../../common';
import { LensAppProps, LensAppServices, LensAppState } from './types';
import { getLensTopNavConfig } from './lens_top_nav';
import { SaveModal } from './save_modal';
Expand Down

0 comments on commit c3d4eae

Please sign in to comment.