fix: lnurlpay comment was being parsed as number.
This commit is contained in:
parent
85011d23c3
commit
574358a118
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue