From b53ad5b64a525291b8836ce3ce46aa883f6391c7 Mon Sep 17 00:00:00 2001 From: cd2357 <15956136+cd2357@users.noreply.github.com> Date: Sat, 14 Aug 2021 10:09:47 +0200 Subject: [PATCH] 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. --- lnbits/core/templates/core/wallet.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnbits/core/templates/core/wallet.html b/lnbits/core/templates/core/wallet.html index 13f455e55..7a3b6dca1 100644 --- a/lnbits/core/templates/core/wallet.html +++ b/lnbits/core/templates/core/wallet.html @@ -359,7 +359,7 @@ filled dense v-model.trim="receive.data.memo" - label="Memo" + label="Memo *" placeholder="LNbits invoice" >