{
+ onChange={async (key) => {
if (key === "commitment") {
commitmentForm.setFieldsValue({
filingUnitName:
@@ -365,43 +389,7 @@ function FilingFormPage(props) {
setActiveStep(key);
}}
/>
-
- {activeStep === "basic" && (
-
- )}
- {activeStep === "materials" && (
-
- )}
- {activeStep === "commitment" && (
-
- )}
- {activeStep === "personnel" && (
-
- )}
- {activeStep === "equipment" && (
-
- )}
-
+
{stepIndex > 0 && (
@@ -437,7 +427,7 @@ function FilingFormPage(props) {
{!isLastStep && (