diff --git a/src/parts/sizing/formSection.tsx b/src/parts/sizing/formSection.tsx index a619fda9..1d0fc8c4 100644 --- a/src/parts/sizing/formSection.tsx +++ b/src/parts/sizing/formSection.tsx @@ -90,7 +90,7 @@ export default function FormSection(props: { const handleAverageLengthChange = (e: any) => { const length = Number(e.target.value) || 0; - if (length >= 10000000) { + if (length >= 60000000) { return; } setForm({ @@ -250,7 +250,7 @@ export default function FormSection(props: { - [0, 10,000,000] + [0, 60,000,000]