Skip to content

Commit

Permalink
Update x-pack/plugins/enterprise_search/public/applications/app_searc…
Browse files Browse the repository at this point in the history
…h/components/meta_engine_creation/meta_engine_creation_logic.ts

Co-authored-by: Constance <constancecchen@users.noreply.github.com>
  • Loading branch information
byronhulcher and Constance authored Mar 1, 2021
1 parent 16a07f3 commit bd7a05f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export const MetaEngineCreationLogic = kea<
});

try {
const response = await http.post('/api/app_search/engines', { body });
await http.post('/api/app_search/engines', { body });
actions.onEngineCreationSuccess();
} catch (e) {
flashAPIErrors(e);
Expand Down

0 comments on commit bd7a05f

Please sign in to comment.