diff --git a/client/src/components/pipelines/launch/form/LaunchPipelineForm.js b/client/src/components/pipelines/launch/form/LaunchPipelineForm.js index 623d499cb9..e30d8a9b02 100644 --- a/client/src/components/pipelines/launch/form/LaunchPipelineForm.js +++ b/client/src/components/pipelines/launch/form/LaunchPipelineForm.js @@ -5951,7 +5951,7 @@ class LaunchPipelineForm extends localization.LocalizedReactComponent { return null; } let configuration; - if (this.props.configurations.length > 0 && this.props.currentConfigurationName) { + if (this.props.configurations.length > 1 && this.props.currentConfigurationName) { const configurationChange = (configurationName) => { if (this.props.onConfigurationChanged) { this.props.onConfigurationChanged(configurationName);