mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-07 22:15:45 +01:00
only show helptext at creation
This commit is contained in:
@@ -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"}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user