allow empty memo
This commit is contained in:
parent
d559c604fa
commit
15c8557459
1 changed files with 1 additions and 1 deletions
|
|
@ -437,7 +437,7 @@
|
||||||
<q-btn
|
<q-btn
|
||||||
unelevated
|
unelevated
|
||||||
color="primary"
|
color="primary"
|
||||||
:disable="receive.data.memo == null || receive.data.amount == null || receive.data.amount <= 0"
|
:disable="receive.data.amount == null || receive.data.amount <= 0"
|
||||||
type="submit"
|
type="submit"
|
||||||
>
|
>
|
||||||
<span v-if="receive.lnurl">
|
<span v-if="receive.lnurl">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue