From 322b6a4e24ebea949fcf7cd7134a1b42b5d09478 Mon Sep 17 00:00:00 2001 From: Nathan Curtis Date: Mon, 16 Dec 2024 15:44:01 -0800 Subject: [PATCH] [TM-1402] Fix production build. --- .../[id]/components/edit/getEditOrganisationSteps.ts | 2 ++ .../project-pitch/create/[pitchUUID]/getCreatePitchSteps.ts | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/pages/organization/[id]/components/edit/getEditOrganisationSteps.ts b/src/pages/organization/[id]/components/edit/getEditOrganisationSteps.ts index d58972eb0..b14bd4804 100644 --- a/src/pages/organization/[id]/components/edit/getEditOrganisationSteps.ts +++ b/src/pages/organization/[id]/components/edit/getEditOrganisationSteps.ts @@ -599,6 +599,8 @@ export const getSteps = (t: typeof useT, uuid: string): FormStepSchema[] => { ), fieldProps: { title: t("Tree Species"), + withPreviousCounts: false, + useTaxonomicBackbone: true, buttonCaptionSuffix: t("Species"), withNumbers: false } diff --git a/src/pages/organization/[id]/project-pitch/create/[pitchUUID]/getCreatePitchSteps.ts b/src/pages/organization/[id]/project-pitch/create/[pitchUUID]/getCreatePitchSteps.ts index f98dcbe16..39c190d1e 100644 --- a/src/pages/organization/[id]/project-pitch/create/[pitchUUID]/getCreatePitchSteps.ts +++ b/src/pages/organization/[id]/project-pitch/create/[pitchUUID]/getCreatePitchSteps.ts @@ -332,6 +332,8 @@ export const getSteps = (t: typeof useT, uuid: string): FormStepSchema[] => [ ), fieldProps: { title: t("Tree Species"), + withPreviousCounts: false, + useTaxonomicBackbone: true, buttonCaptionSuffix: t("Species"), withNumbers: true }