fix error with updating wrong contribution list

This commit is contained in:
einhornimmond 2025-04-27 10:41:52 +02:00
parent 184a7266e8
commit 3478b3b758

View File

@ -29,7 +29,7 @@
:show-pagination="true"
:page-size="pageSize"
@close-all-open-collapse="closeAllOpenCollapse"
@update-list-contributions="handleUpdateListAllContributions"
@update-list-contributions="handleUpdateListContributions"
@update-contribution-form="handleUpdateContributionForm"
@delete-contribution="handleDeleteContribution"
@update-status="updateStatus"