mirror of
				https://github.com/KevinMidboe/leifsopplevelser.git
				synced 2025-10-29 17:50:21 +00:00 
			
		
		
		
	We now have an adventureId so we can upload images to correct adventure.
This commit is contained in:
		| @@ -67,7 +67,7 @@ export default { | |||||||
|       } |       } | ||||||
|  |  | ||||||
|       console.log('formdata', formData) |       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) { |     progressEvent(event) { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user