mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 22:44:29 +01:00
Removed the tagline character limit in the crowdfunding app
This commit is contained in:
committed by
Andrew Camilleri
parent
119ab7b2c0
commit
56d3485d49
@@ -15,7 +15,6 @@ namespace BTCPayServer.Models.AppViewModels
|
|||||||
[MaxLength(30)]
|
[MaxLength(30)]
|
||||||
public string Title { get; set; }
|
public string Title { get; set; }
|
||||||
|
|
||||||
[MaxLength(50)]
|
|
||||||
public string Tagline { get; set; }
|
public string Tagline { get; set; }
|
||||||
|
|
||||||
[Required]
|
[Required]
|
||||||
|
|||||||
Reference in New Issue
Block a user