Skip to content

Commit

Permalink
fix: Use the right icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Crash-- committed Nov 8, 2019
1 parent 42f6551 commit 788ad24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ContactGroups/ContactGroupManager.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const CustomOption = props => (
withCheckbox
actions={[
{
icon: 'delete',
icon: 'trash',
onClick: ({ data }) => props.selectProps.deleteGroup(data)
}
]}
Expand Down

0 comments on commit 788ad24

Please sign in to comment.