chore: code clean-up

This commit is contained in:
Vlad Stan 2023-07-18 17:19:44 +03:00
parent 97cc7a3e17
commit 091d3cf5d9
2 changed files with 1 additions and 3 deletions

View file

@ -757,7 +757,7 @@ const market = async () => {
if (!paymentRequest) return
this.qrCodeDialog.data.payment_request = paymentRequest
this.qrCodeDialog.dismissMsg = this.$q.notify({
timeout: 0,
timeout: 10000,
message: 'Waiting for payment...'
})