Skip to content

Commit 3a17520

Browse files
committed
Add back aria label
1 parent 99a78c6 commit 3a17520

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/app/views/detectors/components/forms/common/issueOwnershipSection.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export function IssueOwnershipSection({step}: {step?: number}) {
4848
{fieldProps => (
4949
<MarkdownTextArea
5050
{...fieldProps}
51+
aria-label={t('description')}
5152
placeholder={t(
5253
'Example monitor description\n\nTo debug follow these steps:\n1. \u2026\n2. \u2026\n3. \u2026'
5354
)}

0 commit comments

Comments
 (0)