diff --git a/packages/editor-ui/src/components/ParameterInput.vue b/packages/editor-ui/src/components/ParameterInput.vue index 1f673bbb3abbe..6ffe82eef410c 100644 --- a/packages/editor-ui/src/components/ParameterInput.vue +++ b/packages/editor-ui/src/components/ParameterInput.vue @@ -735,7 +735,7 @@ export default defineComponent({ issues.parameters[this.parameter.name] = [issue]; } } - } else if (this.remoteParameterOptionsLoadingIssues !== null) { + } else if (this.remoteParameterOptionsLoadingIssues !== null && !this.isValueExpression) { if (issues.parameters === undefined) { issues.parameters = {}; }