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

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