We now have an adventureId so we can upload images to correct adventure.

This commit is contained in:
2019-03-04 00:33:23 +01:00
parent 355e0a456b
commit 6d4f0cb61e

View File

@@ -67,7 +67,7 @@ export default {
}
console.log('formdata', formData)
createImages(formData, 1, this.progressEvent) // passes formData (fileList of images) and adventureId
createImages(formData, this.adventureId, this.progressEvent) // passes formData (fileList of images) and adventureId
},
progressEvent(event) {