diff --git a/src/views/ProjectView.vue b/src/views/ProjectView.vue index 8f941c4..6e092a5 100644 --- a/src/views/ProjectView.vue +++ b/src/views/ProjectView.vue @@ -58,8 +58,6 @@ function deselectAllImages() { } async function loadProposals(option){ - imagesByProposal.value = {} - // Update the URL with the current filters router.push({ query: { ra: ra.value, dec: dec.value, observationId: observationId.value, search: search.value, startDate: startDate.value.toISOString(), endDate: endDate.value.toISOString() } })