Skip to content
Snippets Groups Projects
Commit 40eeb112 authored by Gilgard's avatar Gilgard
Browse files

bugfix

parent 02a8405b
No related branches found
No related tags found
1 merge request!146Item fixes
Pipeline #182004 passed
......@@ -381,7 +381,7 @@ export default {
const id = await ImageService.postNewImage(res);
const API_URL = process.env.VUE_APP_BASEURL;
that.updateItem.images.push(API_URL + "images/" + id);
that.images.push(API_URL + "images/" + id);
};
fileReader.readAsArrayBuffer(image);
},
......@@ -450,7 +450,6 @@ export default {
this.initialItem = item;
this.communities = await CommunityService.getUserCommunities();
this.images = await ListingService.getItemPictures(itemID);
console.log(this.images);
let initialCategories = [];
for (let i in this.initialItem.categoryNames) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment