Skip to content

Commit

Permalink
Merge pull request #114 from LCOGT/bug/reload-on-select
Browse files Browse the repository at this point in the history
moved click event to the title instead of panel
  • Loading branch information
LTDakin authored Nov 5, 2024
2 parents 1ddf6c4 + f2160a9 commit 9bbaa63
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/views/ProjectView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,8 @@ onMounted(() => {
<v-expansion-panel
v-for="proposal in userDataStore.proposals"
:key="proposal.id"
@click="loadProposals('reduction_level=91')"
>
<v-expansion-panel-title>
<v-expansion-panel-title @click="loadProposals('reduction_level=91')">
<p>{{ proposal.title }}</p>
</v-expansion-panel-title>
<v-expansion-panel-text>
Expand Down

0 comments on commit 9bbaa63

Please sign in to comment.