Skip to content

Commit

Permalink
fix: delete wallet (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
dni authored Dec 16, 2024
1 parent 173776d commit 8fe5beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ window.app = Vue.createApp({
deleteCard(cardId) {
let cards = _.findWhere(this.cards, {id: cardId})

Quasar.utils.exportFile(
Quasar.exportFile(
cards.card_name + '.json',
this.qrCodeDialog.data_wipe,
'application/json'
Expand Down

0 comments on commit 8fe5beb

Please sign in to comment.