Fix helperText
This commit is contained in:
parent
ed87a21fcf
commit
02eec109dc
1 changed files with 0 additions and 1 deletions
|
@ -65,7 +65,6 @@ const PluginSettings = withStyles(styles, { name: "PluginSettings" })(
|
|||
: configuration.value
|
||||
}
|
||||
label={configuration.label}
|
||||
helperText={configuration.helpText}
|
||||
name={configuration.name}
|
||||
onChange={onChange}
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue