Fix checkbox field

[MAILPOET-3220]
This commit is contained in:
Pavel Dohnal
2021-05-18 10:15:43 +02:00
committed by Veljko V
parent 9c29bd945d
commit 33ced0d9a1
2 changed files with 2 additions and 2 deletions

View File

@@ -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),