Skip to content

Commit

Permalink
update card failed because of wrong handleErr passing to addartwork f…
Browse files Browse the repository at this point in the history
…ixed
  • Loading branch information
patrickwieth committed Oct 4, 2024
1 parent acfea09 commit e81a35e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/views/CardCreatorPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1485,6 +1485,7 @@ export default {
this.model.image,
this.model.fullArt,
this.resetCard,
() => {},
(err) => {
this.notifyFail("Update Artwork failed", err);
console.error(err);
Expand Down Expand Up @@ -1732,6 +1733,7 @@ export default {
newCard.image,
newCard.fullArt,
this.successScreen,
() => {},
handleErr,
);
} else if (!this.address) {
Expand Down

0 comments on commit e81a35e

Please sign in to comment.