fix: delete wallet (#45)

This commit is contained in:
dni ⚡ 2024-12-16 10:14:39 +01:00 committed by GitHub
commit 8fe5bebfad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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'