Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
saarikabhasi committed Apr 25, 2023
1 parent 0ab0b42 commit f43d6a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ export const EngineConnect: React.FC = () => {
isLoading={isLoadingEngine}
pageHeader={{
bottomBorder: false,
// css: { 'background-color': color },
pageTitle,
rightSideItems: [],
}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ export const EngineSearchPreview: React.FC = () => {
},
};
}, [http, engineName, resultFields, searchableFields]);
// const color = useEuiBackgroundColor('subdued');

if (!engineData) return null;

return (
Expand All @@ -314,7 +314,6 @@ export const EngineSearchPreview: React.FC = () => {
isLoading={isLoadingEngine}
pageHeader={{
bottomBorder: false,
// css: { 'background-color': color },
pageTitle: (
<FormattedMessage
id="xpack.enterpriseSearch.content.engine.searchPreview.pageTitle"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
* 2.0.
*/

import { useEuiBackgroundColor } from '@elastic/eui';
import React from 'react';

import { useEuiBackgroundColor } from '@elastic/eui';

import { ENTERPRISE_SEARCH_CONTENT_PLUGIN } from '../../../../../common/constants';
import { SetEnterpriseSearchEnginesChrome } from '../../../shared/kibana_chrome';
import { EnterpriseSearchPageTemplateWrapper, PageTemplateProps } from '../../../shared/layout';
Expand Down

0 comments on commit f43d6a5

Please sign in to comment.