Skip to content
Snippets Groups Projects
Commit 1adc266d authored by henrikburmann's avatar henrikburmann
Browse files

Something wrong

parent e1f7d53c
No related branches found
No related tags found
1 merge request!123Delete listing
......@@ -263,12 +263,10 @@ export default {
}
},
goToDeleteItem(item) {
console.log("Halllllo: " + item)
this.chosenItem = item;
this.readyToDelete = true;
},
async deleteItem() {
console.log("HEI " + this.chosenItem);
await UserService.setListingToDeleted(this.chosenItem);
this.$router.go(0);
},
......
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