Skip to content

Commit

Permalink
fix(provider/cf): add missing trigger to deploys
Browse files Browse the repository at this point in the history
Co-Authored-By: Stu Pollock <spollock@pivotal.io>
  • Loading branch information
2 people authored and jkschneider committed Nov 21, 2018
1 parent 2272c68 commit 35cd08a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,8 @@ class ArtifactSettingsImpl extends React.Component<
<div className="form-group row">
<label className="col-md-3 sm-label-right">Source Type</label>
<div className="col-md-7">
{this.props.formik.values.viewState.mode === 'pipeline' && (
{(this.props.formik.values.viewState.mode === 'editPipeline' ||
this.props.formik.values.viewState.mode === 'createPipeline') && (
<div className="radio radio-inline">
<label>
<input
Expand Down

0 comments on commit 35cd08a

Please sign in to comment.