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
|
: configuration.value
|
||||||
}
|
}
|
||||||
label={configuration.label}
|
label={configuration.label}
|
||||||
helperText={configuration.helpText}
|
|
||||||
name={configuration.name}
|
name={configuration.name}
|
||||||
onChange={onChange}
|
onChange={onChange}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue