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 218584cb8 [INLONG-7873][Dashboard] Fix the data sink display error
(#7874)
218584cb8 is described below
commit 218584cb8e0452183b517072a64086921fd422f6
Author: Lizhen <[email protected]>
AuthorDate: Tue Apr 18 17:03:28 2023 +0800
[INLONG-7873][Dashboard] Fix the data sink display error (#7874)
---
inlong-dashboard/src/ui/pages/GroupDetail/DataStorage/index.tsx | 1 +
1 file changed, 1 insertion(+)
diff --git a/inlong-dashboard/src/ui/pages/GroupDetail/DataStorage/index.tsx
b/inlong-dashboard/src/ui/pages/GroupDetail/DataStorage/index.tsx
index 010d66788..27f14fbee 100644
--- a/inlong-dashboard/src/ui/pages/GroupDetail/DataStorage/index.tsx
+++ b/inlong-dashboard/src/ui/pages/GroupDetail/DataStorage/index.tsx
@@ -145,6 +145,7 @@ const Comp = ({ inlongGroupId, inlongStreamId, readonly }:
Props, ref) => {
},
...pickObjectArray(['sinkType', 'status'], entityFields).map(item => ({
...item,
+ type: 'select',
visible: true,
initialValue: defaultValues[item.name],
})),