Add help text

This commit is contained in:
René Pfeuffer
2020-10-29 13:04:54 +01:00
parent 39e521a8d4
commit 5f21f1a97d
3 changed files with 3 additions and 0 deletions

View File

@@ -107,6 +107,7 @@ class GitConfigurationForm extends React.Component<Props, State> {
<InputField
name="defaultBranch"
label={t("scm-git-plugin.config.defaultBranch")}
helpText={t("scm-git-plugin.config.defaultBranchHelpText")}
value={defaultBranch}
onChange={this.onDefaultBranchChange}
disabled={readOnly}