From d818ca5c4b1f5d928301bc0616004f9e748bdb6b Mon Sep 17 00:00:00 2001 From: Rishabh Date: Thu, 21 Oct 2021 23:08:53 +0530 Subject: [PATCH] Updated maxlength attribute on field no refs --- ghost/portal/src/components/pages/AccountPlanPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/portal/src/components/pages/AccountPlanPage.js b/ghost/portal/src/components/pages/AccountPlanPage.js index e5a0332a4a..771b4cbc03 100644 --- a/ghost/portal/src/components/pages/AccountPlanPage.js +++ b/ghost/portal/src/components/pages/AccountPlanPage.js @@ -167,7 +167,7 @@ const PlanConfirmationSection = ({plan, type, onConfirm}) => { value={reason} onChange={e => setReason(e.target.value)} rows="2" - maxlength="500" + maxLength="500" />