[Bugfix]Connect-JMX端口维护信息错误(#1044)

This commit is contained in:
erge
2023-09-10 16:46:14 +08:00
parent d1417bef8c
commit 18e00f043e

View File

@@ -522,7 +522,7 @@ const ConnectorForm = (props: {
const params = {
...values,
id: initFieldsValue?.id,
jmxProperties: values.jmxProperties ? `{ "jmxProperties": "${values.jmxProperties}" }` : undefined,
jmxProperties: values.jmxProperties ? `{ "jmxPort": "${values.jmxProperties}" }` : undefined,
};
Utils.put(api.batchConnectClusters, [params])
.then((res) => {