Fix checkbox field
[MAILPOET-3220]
This commit is contained in:
@@ -38,7 +38,7 @@ export const Checkbox: React.FunctionComponent<Props> = ({ onChange, item }) =>
|
||||
<div className="mailpoet-gap" />
|
||||
<Select
|
||||
key="select"
|
||||
value={item.operator}
|
||||
value={item.value}
|
||||
onChange={compose([
|
||||
onChange,
|
||||
assign(item),
|
||||
|
Reference in New Issue
Block a user