diff --git a/frontend/src/components/Contributions/ContributionList.vue b/frontend/src/components/Contributions/ContributionList.vue index 889bc8fd2..e7fbd750d 100644 --- a/frontend/src/components/Contributions/ContributionList.vue +++ b/frontend/src/components/Contributions/ContributionList.vue @@ -67,6 +67,7 @@ const props = defineProps({ }) const emit = defineEmits([ + 'close-all-open-collapse', 'update-list-contributions', 'update-contribution-form', 'delete-contribution',