store multiple submitter results

This commit is contained in:
Alex Turchyn
2023-06-13 00:29:07 +03:00
parent 279409ad41
commit 28429c1167
36 changed files with 391 additions and 241 deletions
+2 -2
View File
@@ -33,7 +33,7 @@ export default {
type: String,
required: true
},
submissionSlug: {
submitterSlug: {
type: String,
required: true
},
@@ -97,7 +97,7 @@ export default {
body: JSON.stringify({
name: 'attachments',
blob_signed_id: blob.signed_id,
submission_slug: this.submissionSlug
submitter_slug: this.submitterSlug
}),
headers: { 'Content-Type': 'application/json' }
}).then(resp => resp.json()).then((data) => {