Skip to content

Commit eedc128

Browse files
jonwalstedtclaude
andcommitted
fix(agent-builder): mark decorative icon aria-hidden in AttachmentGroupPill
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 45b20ae commit eedc128

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/platform/plugins/shared/agent_builder/public/application/components/conversations/conversation_input

x-pack/platform/plugins/shared/agent_builder/public/application/components/conversations/conversation_input/attachment_group_pill.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export const AttachmentGroupPill: React.FC<AttachmentGroupPillProps> = ({ group,
7070
<EuiFlexGroup alignItems="center" gutterSize="s" responsive={false}>
7171
<EuiFlexItem grow={false}>
7272
<div className={iconContainerStyles}>
73-
<EuiIcon type={DEFAULT_ICON} size="m" color="primary" />
73+
<EuiIcon type={DEFAULT_ICON} size="m" color="primary" aria-hidden={true} />
7474
</div>
7575
</EuiFlexItem>
7676
<EuiFlexItem style={{ minWidth: 0 }}>

0 commit comments

Comments
 (0)