File tree Expand file tree Collapse file tree
home/public/application/components/solutions_section Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ import { SolutionPanel } from './solution_panel';
2525import { FeatureCatalogueEntry , FeatureCatalogueSolution } from '../../../' ;
2626
2727const sortByOrder = (
28- { order : orderA = 0 } : FeatureCatalogueSolution ,
29- { order : orderB = 0 } : FeatureCatalogueSolution
28+ { order : orderA = 0 } : FeatureCatalogueSolution | FeatureCatalogueEntry ,
29+ { order : orderB = 0 } : FeatureCatalogueSolution | FeatureCatalogueEntry
3030) => orderA - orderB ;
3131
3232interface Props {
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ export class KibanaOverviewPlugin
109109 defaultMessage : 'Search and find insights.' ,
110110 } ) ,
111111 i18n . translate ( 'kibanaOverview.kibana.appDescription3' , {
112- defaultMessage : 'Design pixel-perfect presentation .' ,
112+ defaultMessage : 'Design pixel-perfect presentations .' ,
113113 } ) ,
114114 i18n . translate ( 'kibanaOverview.kibana.appDescription4' , {
115115 defaultMessage : 'Plot geographic data.' ,
You can’t perform that action at this time.
0 commit comments