chore: update prettier (#5412)
This commit is contained in:
committed by
GitHub
parent
46738492a0
commit
39f113715a
@ -111,15 +111,8 @@ export default class ColorControl extends React.Component {
|
||||
this.props.onChange(formattedColor);
|
||||
};
|
||||
render() {
|
||||
const {
|
||||
forID,
|
||||
value,
|
||||
field,
|
||||
onChange,
|
||||
classNameWrapper,
|
||||
setActiveStyle,
|
||||
setInactiveStyle,
|
||||
} = this.props;
|
||||
const { forID, value, field, onChange, classNameWrapper, setActiveStyle, setInactiveStyle } =
|
||||
this.props;
|
||||
|
||||
const allowInput = field.get('allowInput', false);
|
||||
|
||||
|
Reference in New Issue
Block a user