Fix resubmit for approval button (#478)

This commit is contained in:
Geometrically
2022-05-17 18:29:23 -07:00
committed by GitHub
parent b48068c63c
commit dd52727055

View File

@@ -731,7 +731,7 @@ export default {
try { try {
await this.$axios.patch( await this.$axios.patch(
`project/${this.currentProject.id}`, `project/${this.project.id}`,
{ {
status: 'processing', status: 'processing',
}, },