Fix helperText

This commit is contained in:
Krzysztof Bialoglowicz 2019-08-28 15:13:03 +02:00
parent ed87a21fcf
commit 02eec109dc

View file

@ -65,7 +65,6 @@ const PluginSettings = withStyles(styles, { name: "PluginSettings" })(
: configuration.value
}
label={configuration.label}
helperText={configuration.helpText}
name={configuration.name}
onChange={onChange}
/>