Skip to content

Commit

Permalink
Fixed validation in new run form when filling name then pipeline (#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
elviraux authored and rileyjbauer committed Feb 14, 2019
1 parent 603597d commit d4c087f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions frontend/src/pages/NewRun.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -413,10 +413,7 @@ class NewRun extends Page<{}, NewRunState> {
pipeline,
pipelineName: (pipeline && pipeline.name) || '',
pipelineSelectorOpen: false
});

// Now that we may have a pipeline, update the validation.
this._validate();
}, () => this._validate());
}

private async _prepareFormFromEmbeddedPipeline(embeddedPipelineRunId: string): Promise<void> {
Expand Down

0 comments on commit d4c087f

Please sign in to comment.