Create Invoice popup: Mark memo field as required
Both amount and memo are required by the API, but only the amount field is marked as such in the UI. This commit also marks the memo field as required.
This commit is contained in:
parent
20ecfb4810
commit
b53ad5b64a
|
@ -359,7 +359,7 @@
|
||||||
filled
|
filled
|
||||||
dense
|
dense
|
||||||
v-model.trim="receive.data.memo"
|
v-model.trim="receive.data.memo"
|
||||||
label="Memo"
|
label="Memo *"
|
||||||
placeholder="LNbits invoice"
|
placeholder="LNbits invoice"
|
||||||
></q-input>
|
></q-input>
|
||||||
<div v-if="receive.status == 'pending'" class="row q-mt-lg">
|
<div v-if="receive.status == 'pending'" class="row q-mt-lg">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user