Fix custom checkbox label input appearance
[MAILPOET-2463]
This commit is contained in:
committed by
Pavel Dohnal
parent
2fe7329992
commit
3a2fb7cdbc
@@ -60,6 +60,7 @@ const CustomFieldSettings = ({
|
|||||||
/>
|
/>
|
||||||
<input
|
<input
|
||||||
value={localCheckboxLabel}
|
value={localCheckboxLabel}
|
||||||
|
type="text"
|
||||||
onChange={(event) => setLocalCheckboxLabel(event.target.value)}
|
onChange={(event) => setLocalCheckboxLabel(event.target.value)}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user