diff --git a/client/item/src/botanical/item-botanical.html b/client/item/src/botanical/item-botanical.html index de6b31787..262baffff 100644 --- a/client/item/src/botanical/item-botanical.html +++ b/client/item/src/botanical/item-botanical.html @@ -1,10 +1,12 @@ @@ -30,7 +32,7 @@ url="/item/api/species" show-field="latin_species_name" value-field="specie_id" - label="Specie"> + label="Species"> diff --git a/client/item/src/summary/item-summary.js b/client/item/src/summary/item-summary.js index 2ca87fdad..92b6e7f1e 100644 --- a/client/item/src/summary/item-summary.js +++ b/client/item/src/summary/item-summary.js @@ -39,7 +39,6 @@ class ItemSummary { }; this.$http.get(`/item/api/ItemNiches?filter=${JSON.stringify(filter)}`).then(response => { this.niches = response.data; - this.setOldNiches(response); }); }