fix: delete wallet (#45)
This commit is contained in:
parent
173776d48e
commit
8fe5bebfad
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue