From 49cf94546aed25ef76551912d6f2e5c51dc4789f Mon Sep 17 00:00:00 2001 From: pramod mahajan Date: Sat, 23 Aug 2025 10:23:05 +0530 Subject: [PATCH] changed position of autorenew input field --- src/components/Tenant/SubScription.jsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/Tenant/SubScription.jsx b/src/components/Tenant/SubScription.jsx index 015b8245..80a429e6 100644 --- a/src/components/Tenant/SubScription.jsx +++ b/src/components/Tenant/SubScription.jsx @@ -194,7 +194,6 @@ const SubScription = ({ onSubmitSubScription, onNext }) => { min: { value: 1, message: "Team size must be at least 1" }, })} onKeyDown={(e) => { - // block "e", "+", "-", ".", "," if (["e", "E", "+", "-", "."].includes(e.key)) { e.preventDefault(); } @@ -203,8 +202,8 @@ const SubScription = ({ onSubmitSubScription, onNext }) => {
-
-