WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit da2b0b8

Browse files
committed
[INLONG-12044][Dashboard] Agent installation method is missing
1 parent 2ce18c9 commit da2b0b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inlong-dashboard/src/ui/pages/Clusters/NodeEditModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ const NodeEditModal: React.FC<NodeEditModalProps> = ({ id, type, clusterId, ...m
244244
name: 'isInstall',
245245
initialValue: false,
246246
hidden: type !== 'AGENT',
247-
visible: () => form.getFieldValue('type') === 'AGENT',
247+
visible: type === 'AGENT',
248248
rules: [{ required: true }],
249249
props: {
250250
onChange: ({ target: { value } }) => {

0 commit comments

Comments
 (0)