@@ -537,6 +537,7 @@ export default {
projectId: this.$store.state.workspace.currentProjectId,
pipelineId,
});
+ this.productions = await PipelineAPI.getDeploymentsByProjectId(this.$store.state.workspace.currentProjectId);
this.loading = false;
},
getStage(stageName) {