Fix custom checkbox label input appearance

[MAILPOET-2463]
This commit is contained in:
Rostislav Wolny
2020-01-09 15:43:58 +01:00
committed by Pavel Dohnal
parent 2fe7329992
commit 3a2fb7cdbc

View File

@@ -60,6 +60,7 @@ const CustomFieldSettings = ({
/>
<input
value={localCheckboxLabel}
type="text"
onChange={(event) => setLocalCheckboxLabel(event.target.value)}
/>
</div>