mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-06 05:22:16 +08:00
[Optimize] 新增/编辑MM2 Topic 由当前集群获取改为对应的sourceKafka集群获取& 新增/编辑MM2入参优化(#894)
This commit is contained in:
@@ -485,7 +485,7 @@ const StepFormSecond = (props: SubFormProps) => {
|
||||
}
|
||||
if (!new RegExp(regClusterName).test(value)) {
|
||||
return Promise.reject(
|
||||
'Connector 名称支持中英文、数字、特殊字符 ! " # $ % & \' ( ) * + , - . / : ; < = > ? @ [ ] ^ _ ` { | } ~'
|
||||
"Connector 名称支持中英文、数字、特殊字符 ! # $ % & ' ( ) * + , - . / : ; < = > ? @ [ ] ^ _ ` { | } ~"
|
||||
);
|
||||
}
|
||||
return Utils.request(api.isConnectorExist(prevForm.getFieldValue('connectClusterId'), value)).then(
|
||||
|
||||
Reference in New Issue
Block a user