Skip to content

Commit

Permalink
remove new icons
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro committed May 27, 2021
1 parent 285ee92 commit 6beaecf
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ import React, {
import { Select } from 'src/common/components';
import debounce from 'lodash/debounce';
import { SLOW_DEBOUNCE } from 'src/constants';
import { CheckOutlined, CloseOutlined } from '@ant-design/icons';
import { PluginFilterSelectProps, SelectValue } from './types';
import { StyledSelect, Styles } from '../common';
import { getDataRecordFormatter, getSelectExtraFormData } from '../../utils';
Expand Down Expand Up @@ -261,9 +260,6 @@ export default function PluginFilterSelect(props: PluginFilterSelectProps) {
ref={inputRef}
loading={isRefreshing}
maxTagCount={5}
menuItemSelectedIcon={
inverseSelection ? <CloseOutlined /> : <CheckOutlined />
}
>
{sortedData.map(row => {
const [value] = groupby.map(col => row[col]);
Expand Down

0 comments on commit 6beaecf

Please sign in to comment.