From 56d3485d49032d46a779aaaace094a8f0198b175 Mon Sep 17 00:00:00 2001 From: Pankaj Patil Date: Tue, 17 Aug 2021 21:14:54 +0530 Subject: [PATCH] Removed the tagline character limit in the crowdfunding app --- BTCPayServer/Models/AppViewModels/UpdateCrowdfundViewModel.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/BTCPayServer/Models/AppViewModels/UpdateCrowdfundViewModel.cs b/BTCPayServer/Models/AppViewModels/UpdateCrowdfundViewModel.cs index a27c89d94..e180a3a54 100644 --- a/BTCPayServer/Models/AppViewModels/UpdateCrowdfundViewModel.cs +++ b/BTCPayServer/Models/AppViewModels/UpdateCrowdfundViewModel.cs @@ -15,7 +15,6 @@ namespace BTCPayServer.Models.AppViewModels [MaxLength(30)] public string Title { get; set; } - [MaxLength(50)] public string Tagline { get; set; } [Required]