diff --git a/pages/_type/_id.vue b/pages/_type/_id.vue index 831ef54af..13bbec918 100644 --- a/pages/_type/_id.vue +++ b/pages/_type/_id.vue @@ -731,7 +731,7 @@ export default { try { await this.$axios.patch( - `project/${this.currentProject.id}`, + `project/${this.project.id}`, { status: 'processing', },