We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 315f687 commit dae230fCopy full SHA for dae230f
app/src/ui/lib/git-config-user-form.tsx
@@ -183,6 +183,7 @@ export class GitConfigUserForm extends React.Component<
183
disabled={this.props.disabled}
184
onValueChanged={this.props.onEmailChanged}
185
ariaLabel={ariaLabel}
186
+ ariaDescribedBy="git-email-not-found-warning-for-screen-readers"
187
ariaControls="git-email-not-found-warning-for-screen-readers"
188
/>
189
</Row>
0 commit comments