From 188a93c6bd2304982dc2bb7a5d09d1d595cfb26e Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 16 Jun 2022 07:51:39 +0200 Subject: [PATCH] contribution name maxlength from 80 to 100 --- admin/src/components/ContributionLinkForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/src/components/ContributionLinkForm.vue b/admin/src/components/ContributionLinkForm.vue index 1e486cdcb..cac126efd 100644 --- a/admin/src/components/ContributionLinkForm.vue +++ b/admin/src/components/ContributionLinkForm.vue @@ -42,7 +42,7 @@ type="text" placeholder="Name" required - maxlength="80" + maxlength="100" >