|
@@ -89,7 +89,7 @@ export default function FilterDrawer({
|
|
|
title={t('pages.clients.filterTitle')}
|
|
title={t('pages.clients.filterTitle')}
|
|
|
open={open}
|
|
open={open}
|
|
|
onClose={() => onOpenChange(false)}
|
|
onClose={() => onOpenChange(false)}
|
|
|
- width={420}
|
|
|
|
|
|
|
+ size={420}
|
|
|
destroyOnHidden
|
|
destroyOnHidden
|
|
|
footer={
|
|
footer={
|
|
|
<div style={{ display: 'flex', justifyContent: 'space-between' }}>
|
|
<div style={{ display: 'flex', justifyContent: 'space-between' }}>
|
|
@@ -139,8 +139,7 @@ export default function FilterDrawer({
|
|
|
placeholder={t('inbounds')}
|
|
placeholder={t('inbounds')}
|
|
|
maxTagCount="responsive"
|
|
maxTagCount="responsive"
|
|
|
allowClear
|
|
allowClear
|
|
|
- showSearch
|
|
|
|
|
- optionFilterProp="label"
|
|
|
|
|
|
|
+ showSearch={{ optionFilterProp: 'label' }}
|
|
|
listHeight={220}
|
|
listHeight={220}
|
|
|
/>
|
|
/>
|
|
|
</Form.Item>
|
|
</Form.Item>
|
|
@@ -155,8 +154,7 @@ export default function FilterDrawer({
|
|
|
placeholder={t('pages.clients.filters.nodes')}
|
|
placeholder={t('pages.clients.filters.nodes')}
|
|
|
maxTagCount="responsive"
|
|
maxTagCount="responsive"
|
|
|
allowClear
|
|
allowClear
|
|
|
- showSearch
|
|
|
|
|
- optionFilterProp="label"
|
|
|
|
|
|
|
+ showSearch={{ optionFilterProp: 'label' }}
|
|
|
listHeight={220}
|
|
listHeight={220}
|
|
|
/>
|
|
/>
|
|
|
</Form.Item>
|
|
</Form.Item>
|
|
@@ -171,8 +169,7 @@ export default function FilterDrawer({
|
|
|
placeholder={t('pages.clients.groupPlaceholder')}
|
|
placeholder={t('pages.clients.groupPlaceholder')}
|
|
|
maxTagCount="responsive"
|
|
maxTagCount="responsive"
|
|
|
allowClear
|
|
allowClear
|
|
|
- showSearch
|
|
|
|
|
- optionFilterProp="label"
|
|
|
|
|
|
|
+ showSearch={{ optionFilterProp: 'label' }}
|
|
|
listHeight={220}
|
|
listHeight={220}
|
|
|
/>
|
|
/>
|
|
|
</Form.Item>
|
|
</Form.Item>
|