From 8fe5bebfadec4e499b99c385ccb9c57ccc2101c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Mon, 16 Dec 2024 10:14:39 +0100 Subject: [PATCH] fix: delete wallet (#45) --- static/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/index.js b/static/js/index.js index 0ede0b3..2208189 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -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'