Removed the tagline character limit in the crowdfunding app

This commit is contained in:
Pankaj Patil 2021-08-17 21:14:54 +05:30 committed by Andrew Camilleri
parent 119ab7b2c0
commit 56d3485d49

View File

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