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
|
||||
filled
|
||||
dense
|
||||
v-model.number="parse.data.comment"
|
||||
v-model="parse.data.comment"
|
||||
:type="parse.lnurlpay.commentAllowed > 64 ? 'textarea' : 'text'"
|
||||
label="Comment (optional)"
|
||||
:maxlength="parse.lnurlpay.commentAllowed"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue