Skip to content

Commit

Permalink
chore: re-retrieve after adding as favorite
Browse files Browse the repository at this point in the history
  • Loading branch information
benborla committed Nov 20, 2023
1 parent 8bf159d commit ff79171
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ export default defineComponent({
this.message = `${fruit.name} has already been added as favorite`
this.isSuccessful = false
}
this.retrieveData()
})
.catch((e: Error) => {
console.log(e);
Expand Down

0 comments on commit ff79171

Please sign in to comment.