Skip to content

Commit

Permalink
removed clearing of imagesByProposal
Browse files Browse the repository at this point in the history
  • Loading branch information
LTDakin committed Nov 5, 2024
1 parent 9bbaa63 commit 3331079
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/views/ProjectView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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() } })
Expand Down

0 comments on commit 3331079

Please sign in to comment.