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:
cd2357 2021-08-14 10:09:47 +02:00 committed by fiatjaf
parent 20ecfb4810
commit b53ad5b64a

View File

@ -359,7 +359,7 @@
filled
dense
v-model.trim="receive.data.memo"
label="Memo"
label="Memo *"
placeholder="LNbits invoice"
></q-input>
<div v-if="receive.status == 'pending'" class="row q-mt-lg">