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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user