diff --git a/packages/editor-ui/src/components/ParameterInput.vue b/packages/editor-ui/src/components/ParameterInput.vue index fefa42415248e..bf024bf487f4f 100644 --- a/packages/editor-ui/src/components/ParameterInput.vue +++ b/packages/editor-ui/src/components/ParameterInput.vue @@ -549,7 +549,6 @@ export default mixins( } for (const checkValue of checkValues) { - if (checkValue !== undefined && checkValue.includes(CUSTOM_API_CALL_KEY)) continue; if (checkValue === null || !validOptions.includes(checkValue)) { if (issues.parameters === undefined) { issues.parameters = {};