Skip to content

Commit

Permalink
Revert App Search shenanigans
Browse files Browse the repository at this point in the history
- caused local unsaved changes shenanigans, somehow
  • Loading branch information
cee-chen committed Nov 15, 2021
1 parent 6fdf459 commit fd9f20d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,3 @@ export const getEngineBreadcrumbs = (breadcrumbs: BreadcrumbTrail = []) => {
const { engineName } = EngineLogic.values;
return [ENGINES_TITLE, engineName, ...breadcrumbs];
};

/**
* Generate an API endpoint
*/
export const getEngineApiEndpoint = (endpoint: string): string => {
const { engineName } = EngineLogic.values;
return `/api/app_search/engines/${engineName}/${endpoint}`;
};
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export const ManageLicenseButton: React.FC<EuiButtonProps> = (props) => {
target="_blank"
iconType="popout"
href={`${docLinks.enterpriseSearchBase}/license-management.html`}
data-test-subj="manageLicenseButton"
>
{i18n.translate('xpack.enterpriseSearch.licenseDocumentationLink', {
defaultMessage: 'Learn more about license features',
Expand Down

0 comments on commit fd9f20d

Please sign in to comment.