chore: replace all cn comments of fe to en version by volc api (#320)
This commit is contained in:
@@ -39,7 +39,7 @@ export class EncapsulateFormValidator
|
||||
}
|
||||
|
||||
async validate(node: WorkflowNodeEntity, result: EncapsulateValidateResult) {
|
||||
// 注释节点不需要校验
|
||||
// Note nodes do not require validation
|
||||
if (
|
||||
[StandardNodeType.Comment].includes(node.flowNodeType as StandardNodeType)
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user