@@ -384,7 +384,7 @@ export default {
},
computed: {
isLastStep() {
- return this.activeStep === this.stages.length - 1;
+ return this.activeStep === this.pipelineConfig.length - 1;
stageConfigsBase() {
return this.stages.map((stage) => ({