From c1c08bef66207db73d36f941396bc3edb4b67d77 Mon Sep 17 00:00:00 2001 From: Bryon Lewis Date: Wed, 10 Apr 2024 16:02:24 -0400 Subject: [PATCH] editing guano metadata fix --- client/src/views/Recordings.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/src/views/Recordings.vue b/client/src/views/Recordings.vue index 42394e2..9275072 100644 --- a/client/src/views/Recordings.vue +++ b/client/src/views/Recordings.vue @@ -147,6 +147,11 @@ export default defineComponent({ time: item.recorded_time, public: item.public, id: item.id, + siteName: item.site_name, + software: item.software, + detector: item.detector, + speciesList: item.species_list, + unusualOccurrences: item.unusual_occurrences, }; if (item.recording_location) { const [ lon, lat ] = item.recording_location.coordinates;