Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
sebelga committed Nov 30, 2020
1 parent fc20640 commit cd2dabf
Showing 1 changed file with 0 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,6 @@ function RuntimeFieldsListItemComponent(

return (
<EuiFlexGroup gutterSize="s" className="mappingsEditor__fieldsListItem__actions">
{/* {canHaveMultiFields && (
<EuiFlexItem grow={false}>
<EuiToolTip content={addMultiFieldButtonLabel}>
<EuiButtonIcon
iconType="documents"
onClick={addField}
data-test-subj="addMultiFieldButton"
aria-label={addMultiFieldButtonLabel}
/>
</EuiToolTip>
</EuiFlexItem>
)} */}

<EuiFlexItem grow={false}>
<EuiToolTip content={editButtonLabel}>
<EuiButtonIcon
Expand Down Expand Up @@ -109,12 +96,6 @@ function RuntimeFieldsListItemComponent(
alignItems="center"
className="mappingsEditor__fieldsListItem__content"
>
{/* {isMultiField && (
<EuiFlexItem grow={false} className="mappingsEditor__fieldsListItem__icon">
<EuiIcon color="subdued" type="documents" />
</EuiFlexItem>
)} */}

<EuiFlexItem
grow={false}
className="mappingsEditor__fieldsListItem__name"
Expand All @@ -133,8 +114,6 @@ function RuntimeFieldsListItemComponent(
</EuiFlexGroup>
</div>
</div>

{/* {renderCreateField()} */}
</li>
);
}
Expand Down

0 comments on commit cd2dabf

Please sign in to comment.