From 2697af830be77d0a035c0b1ab591c1b653630370 Mon Sep 17 00:00:00 2001 From: wanglz Date: Thu, 22 Feb 2024 16:22:35 +0800 Subject: [PATCH] make some changes --- inlong-dashboard/src/ui/components/HighSelect/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inlong-dashboard/src/ui/components/HighSelect/index.tsx b/inlong-dashboard/src/ui/components/HighSelect/index.tsx index 4b163834b5c..f1aad93a912 100644 --- a/inlong-dashboard/src/ui/components/HighSelect/index.tsx +++ b/inlong-dashboard/src/ui/components/HighSelect/index.tsx @@ -170,9 +170,9 @@ const HighSelect: React.FC = ({ onDropdownVisibleChange={onDropdownVisibleChange} onChange={onSelectChange} filterOption={ - options.filterOption + options?.filterOption === true ? (input, option) => (option?.label ?? '').toString().includes(input) - : options.filterOption + : false } value={ useInput && diyState