From 184a7266e8a44b71f89f75a5e4b3cf0d76cabe64 Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Sun, 27 Apr 2025 10:41:08 +0200 Subject: [PATCH] fix warning --- frontend/src/components/Contributions/ContributionList.vue | 1 + 1 file changed, 1 insertion(+) 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',