Fix "Configure Email Settings warning link not working" (Fix https://github.com/btcpayserver/btcpayserver/issues/906)

This commit is contained in:
nicolas.dorier
2019-07-14 22:54:27 +09:00
parent 010ba4d5b6
commit 8d3cdd39ca
7 changed files with 9 additions and 3 deletions

View File

@@ -9,6 +9,7 @@ namespace BTCPayServer.Models.AppViewModels
{
public class UpdateCrowdfundViewModel
{
public string StoreId { get; set; }
[Required] [MaxLength(30)] public string Title { get; set; }
[MaxLength(50)] public string Tagline { get; set; }