Skip to content

Commit

Permalink
[TM-1402] Fix production build.
Browse files Browse the repository at this point in the history
  • Loading branch information
roguenet committed Dec 16, 2024
1 parent 58b2999 commit 322b6a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 322b6a4

Please sign in to comment.