From 1cfba82d7765edd69568ad9f449a5f9723c130eb Mon Sep 17 00:00:00 2001 From: Britt Kelly Date: Thu, 14 Nov 2019 23:58:38 -0700 Subject: [PATCH] Hide button when missing required fields --- BTCPayServer/Views/Apps/UpdateCrowdfund.cshtml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BTCPayServer/Views/Apps/UpdateCrowdfund.cshtml b/BTCPayServer/Views/Apps/UpdateCrowdfund.cshtml index ffcb90361..f6ffa765c 100644 --- a/BTCPayServer/Views/Apps/UpdateCrowdfund.cshtml +++ b/BTCPayServer/Views/Apps/UpdateCrowdfund.cshtml @@ -217,7 +217,10 @@
Invoices + @if ((Model.Description != null) && (Model.Title != null) && (Model.TargetCurrency != null)) + { + } Back to the app list