Skip to content

Commit

Permalink
Merge pull request #115 from LCOGT/update/better-proposal-loading
Browse files Browse the repository at this point in the history
removed clearing of imagesByProposal
  • Loading branch information
LTDakin authored Nov 5, 2024
2 parents 9bbaa63 + 3331079 commit f40ee97
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 f40ee97

Please sign in to comment.