Create new pipelines with same type as current (#398)

This commit is contained in:
Chris Gerth
2022-01-15 09:11:12 -06:00
committed by GitHub
parent 4aadebdbb2
commit 4ddb9aa08f

View File

@@ -384,7 +384,7 @@ export default {
if (this.isPipelineNameEdit) {
this.handleInputWithIndex("changePipelineName", this.newPipelineName);
} else {
this.handleInputWithIndex("addNewPipeline", [this.newPipelineName, this.newPipelineType]); // 0 for reflective, 1 for colored shpae
this.handleInputWithIndex("addNewPipeline", [this.newPipelineName, this.currentPipelineType]); // 0 for reflective, 1 for colored shpae
}
this.discardPipelineNameChange();
}