This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new 87d26135d0 [INLONG-8257][Dashboard] Optimize data node echo normal
(#8258)
87d26135d0 is described below
commit 87d26135d0431d1c0173efb19ec982d7cbddddfd
Author: Lizhen <[email protected]>
AuthorDate: Fri Jun 16 09:55:19 2023 +0800
[INLONG-8257][Dashboard] Optimize data node echo normal (#8258)
---
inlong-dashboard/src/ui/components/NodeSelect/index.tsx | 1 +
1 file changed, 1 insertion(+)
diff --git a/inlong-dashboard/src/ui/components/NodeSelect/index.tsx
b/inlong-dashboard/src/ui/components/NodeSelect/index.tsx
index c766e8040c..3a1bd09cab 100644
--- a/inlong-dashboard/src/ui/components/NodeSelect/index.tsx
+++ b/inlong-dashboard/src/ui/components/NodeSelect/index.tsx
@@ -32,6 +32,7 @@ const NodeSelect: React.FC<NodeSelectProps> = _props => {
filterOption: false,
options: {
..._props.options,
+ requestAuto: true,
requestTrigger: ['onOpen', 'onSearch'],
requestService: keyword => ({
url: '/node/list',