only show helptext at creation

This commit is contained in:
Maren Süwer
2018-10-15 13:13:37 +02:00
parent 4404ac2529
commit f4ed4792bd
2 changed files with 6 additions and 3 deletions

View File

@@ -61,6 +61,7 @@ class CreatePermissionForm extends React.Component<Props, State> {
/>
<TypeSelector
label={t("permission.type")}
helpText={t("permission.help.typeHelpText")}
handleTypeChange={this.handleTypeChange}
type={type ? type : "READ"}
/>