|
@@ -174,6 +174,7 @@ export default function InboundList({
|
|
|
value={nodeFilter}
|
|
value={nodeFilter}
|
|
|
onChange={(v) => setNodeFilter(v)}
|
|
onChange={(v) => setNodeFilter(v)}
|
|
|
options={nodeFilterOptions}
|
|
options={nodeFilterOptions}
|
|
|
|
|
+ showSearch
|
|
|
popupMatchSelectWidth={false}
|
|
popupMatchSelectWidth={false}
|
|
|
style={{ minWidth: isMobile ? 90 : 140 }}
|
|
style={{ minWidth: isMobile ? 90 : 140 }}
|
|
|
aria-label={t('pages.clients.filters.nodes')}
|
|
aria-label={t('pages.clients.filters.nodes')}
|