Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Liza K committed Feb 8, 2021
1 parent 2cc2815 commit 8485f3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const getAction = (
switch (actionType) {
case ACTION.INFO:
return {
iconType: 'iInCircle',
iconType: 'document',
textColor: 'default',
label: <InfoButton searchSession={uiSession} />,
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
*/

import {
EuiDescriptionList,
EuiFlexItem,
EuiFlyout,
EuiFlyoutBody,
EuiFlyoutHeader,
Expand Down

0 comments on commit 8485f3e

Please sign in to comment.