Skip to content

Commit

Permalink
Update create meta engine button to match create engine (#96884)
Browse files Browse the repository at this point in the history
  • Loading branch information
Constance authored Apr 12, 2021
1 parent 39f87f4 commit f4bc0d6
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,9 @@ export const EnginesOverview: React.FC = () => {
<EuiPageContentHeaderSection>
{canManageEngines && (
<EuiButtonTo
color="primary"
fill
color="secondary"
size="s"
iconType="plusInCircle"
data-test-subj="appSearchEnginesMetaEngineCreationButton"
to={META_ENGINE_CREATION_PATH}
>
Expand Down

0 comments on commit f4bc0d6

Please sign in to comment.