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 }) => {