diff --git a/resources/js/components/fundraising/DonationsExportDialog.vue b/resources/js/components/fundraising/DonationsExportDialog.vue index c1c134ab5..d28fe196f 100644 --- a/resources/js/components/fundraising/DonationsExportDialog.vue +++ b/resources/js/components/fundraising/DonationsExportDialog.vue @@ -93,6 +93,7 @@ export default { async created() { const res = await donationsApi.listYears(); this.years = res.data + this.years.sort((a,b)=>b-a); }, methods: { handleOk(bvModalEvt) {