Fix ES6 dot-notation eslint rule [MAILPOET-1137]
This commit is contained in:
@@ -11,7 +11,7 @@ const FormFieldText = React.createClass({
|
||||
<input
|
||||
type="text"
|
||||
disabled={
|
||||
(this.props.field['disabled'] !== undefined)
|
||||
(this.props.field.disabled !== undefined)
|
||||
? this.props.field.disabled(this.props.item)
|
||||
: false
|
||||
}
|
||||
|
Reference in New Issue
Block a user