Skip to content

Commit

Permalink
Added EqlSearchIcon back I accidently merged away
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankHassanabad committed Oct 3, 2020
1 parent f370f23 commit 2489b4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export const SelectRuleType: React.FC<SelectRuleTypeProps> = ({
title={i18n.EQL_TYPE_TITLE}
titleSize="xs"
description={i18n.EQL_TYPE_DESCRIPTION}
icon={<EuiIcon size="l" type="bullseye" />}
icon={<EuiIcon size="l" type={EqlSearchIcon} />}
selectable={eqlSelectableConfig}
layout="horizontal"
textAlign="left"
Expand Down

0 comments on commit 2489b4e

Please sign in to comment.