{showAddIcon(index) ? (
{
props.fields.push({ key: "", value: "" });
}}
style={{ marginLeft: "16px", alignSelf: "center" }}
/>
) : (
props.fields.remove(index)}
style={{ marginLeft: "16px", alignSelf: "center" }}
width={20}
/>
)}
)}
{props.actionConfig && (