Skip to content

Commit 70d88f2

Browse files
Copilotsmith
authored andcommitted
Add aria-label to Custom Instructions textarea in edit details flyout (elastic#271073)
1 parent a00fc8f commit 70d88f2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

x-pack/platform/plugins/shared/agent_builder/public/application/components/agents/overview/edit_details_flyout/custom_instructions_section.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export const CustomInstructionsSection: React.FC = () => {
3636
inputRef={ref}
3737
fullWidth
3838
rows={6}
39+
aria-label={flyoutLabels.instructionsTitle}
3940
placeholder={flyoutLabels.instructionsPlaceholder}
4041
data-test-subj="editDetailsInstructionsInput"
4142
/>

0 commit comments

Comments
 (0)