mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-22 07:06:08 +02:00
fix: lnurlpay comment was being parsed as number.
This commit is contained in:
@@ -438,7 +438,7 @@
|
|||||||
<q-input
|
<q-input
|
||||||
filled
|
filled
|
||||||
dense
|
dense
|
||||||
v-model.number="parse.data.comment"
|
v-model="parse.data.comment"
|
||||||
:type="parse.lnurlpay.commentAllowed > 64 ? 'textarea' : 'text'"
|
:type="parse.lnurlpay.commentAllowed > 64 ? 'textarea' : 'text'"
|
||||||
label="Comment (optional)"
|
label="Comment (optional)"
|
||||||
:maxlength="parse.lnurlpay.commentAllowed"
|
:maxlength="parse.lnurlpay.commentAllowed"
|
||||||
|
Reference in New Issue
Block a user