diff --git a/src/views/Conversations/Online/Components/ChatListFilter.jsx b/src/views/Conversations/Online/Components/ChatListFilter.jsx index e63fb34..ba3945a 100644 --- a/src/views/Conversations/Online/Components/ChatListFilter.jsx +++ b/src/views/Conversations/Online/Components/ChatListFilter.jsx @@ -1,9 +1,9 @@ import React, { useState, useEffect } from 'react'; -import { Button, Tag, Radio, Popover, Form, Space } from 'antd'; +import { Button, Tag, Radio, Popover, Form, Space, Tooltip } from 'antd'; import { isEmpty, objectMapper, TagColorStyle } from '@/utils/commons'; import useConversationStore from '@/stores/ConversationStore'; import { OrderLabelDefaultOptions } from '@/stores/OrderStore'; -import { FilterIcon } from '@/components/Icons'; +import { FilterOutlined, FilterTwoTone } from '@ant-design/icons'; const otypes = [ { label: 'All', value: '', labelValue: '' }, @@ -202,17 +202,15 @@ const ChatListFilter = ({ onFilterChange, activeList, ...props }) => { }> -