add help to checkbox

This commit is contained in:
Maren Süwer
2018-10-02 09:49:34 +02:00
parent 829583bdd0
commit cb9c6c43c4
3 changed files with 20 additions and 4 deletions

View File

@@ -66,6 +66,7 @@ class GeneralSettings extends React.Component<Props> {
label={t("general-settings.enabled-xsrf-protection")}
onChange={this.handleEnabledXsrfProtectionChange}
disabled={!hasUpdatePermission}
helpText={"hey"}
/>
<Checkbox
checked={enableRepositoryArchive}