Skip to content

Commit

Permalink
moved click event to the title instead of panel
Browse files Browse the repository at this point in the history
  • Loading branch information
LTDakin committed Nov 5, 2024
1 parent 1ddf6c4 commit f2160a9
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 f2160a9

Please sign in to comment.