Skip to content

Commit

Permalink
fix(Contribution assistant): fix bug when selecting an image. ref #1043
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Nov 27, 2024
1 parent af4f899 commit 4ae7a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/ContributionAssistant.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<v-container>
<v-row>
<v-col cols="12" md="6">
<ProofInputRow :proofForm="proofForm" @proofList="setProof($event[0])" />
<ProofInputRow :proofForm="proofForm" @proof="setProof($event)" />
</v-col>
</v-row>
</v-container>
Expand Down

0 comments on commit 4ae7a71

Please sign in to comment.