From dd52727055a5085d36163b0971735ae62c333390 Mon Sep 17 00:00:00 2001 From: Geometrically <18202329+Geometrically@users.noreply.github.com> Date: Tue, 17 May 2022 18:29:23 -0700 Subject: [PATCH] Fix resubmit for approval button (#478) --- pages/_type/_id.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', },