fix: use Quasar.notify (#2707)

* fix: use Quasar.Notify.create
instead of this.$q, had issues when pasting invoice, using the `Quasar`
is more consistent
This commit is contained in:
dni ⚡
2024-09-24 16:18:56 +02:00
committed by GitHub
parent 99c5f00c91
commit 1d0547ea97
12 changed files with 46 additions and 47 deletions
+1 -1
View File
@@ -773,7 +773,7 @@ window.app.component('lnbits-update-balance', {
})
.then(_ => {
credit = parseInt(credit)
this.$q.notify({
Quasar.Notify.create({
type: 'positive',
message: this.$t('wallet_topup_ok', {
amount: credit