Skip to content

Commit

Permalink
use gear icon
Browse files Browse the repository at this point in the history
Signed-off-by: Qxisylolo <[email protected]>
  • Loading branch information
Qxisylolo committed Nov 19, 2024
1 parent 1f8c391 commit 06a6080
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export class Table extends PureComponent<TableProps, TableState> {
<EuiToolTip position="top" content={getSavedObjectLabel(type)}>
<EuiIcon
aria-label={getSavedObjectLabel(type)}
type={object.meta.icon || 'app'}
type={object.meta.icon || 'apps'}
size="s"
data-test-subj="objectType"
/>
Expand Down

0 comments on commit 06a6080

Please sign in to comment.