Skip to content

Commit

Permalink
Merge pull request #705 from wri/feat/TM-1400-taxonomic-schema
Browse files Browse the repository at this point in the history
[TM-1400] Organisation now has tree_species_historical
  • Loading branch information
roguenet authored Dec 2, 2024
2 parents 7d214e4 + cf703fc commit a95a159
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export const OrganisationShow = () => {
/>
<NumberField source="trees_grown_total" label="Total Trees Grown" emptyText="Not Provided" />
<NumberField source="trees_grown_3year" label="Trees Grown in the last 3 years" emptyText="Not Provided" />
<ArrayField source="tree_species" label="Tree Species Grown" emptyText="Not Provided">
<ArrayField source="tree_species_historical" label="Tree Species Grown" emptyText="Not Provided">
<Datagrid
bulkActionButtons={false}
empty={
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ export const getSteps = (t: typeof useT, uuid: string): FormStepSchema[] => {
fieldProps: { type: "number" }
},
{
name: "tree_species",
name: "tree_species_historical",
label: t("Tree Species Grown"),
type: FieldType.TreeSpecies,
validation: yup.array(
Expand Down

0 comments on commit a95a159

Please sign in to comment.