diff --git a/frontend/src/components/DecayInformations/CollapseLinksList.vue b/frontend/src/components/DecayInformations/CollapseLinksList.vue
index d5663f16b..275615de1 100644
--- a/frontend/src/components/DecayInformations/CollapseLinksList.vue
+++ b/frontend/src/components/DecayInformations/CollapseLinksList.vue
@@ -10,7 +10,12 @@
Abgelaufen
-
+
@@ -26,5 +31,10 @@ export default {
props: {
transactionLinks: { type: Array, required: true },
},
+ methods: {
+ updateListTransactionLinks() {
+ this.$emit('update-list-transaction-links')
+ },
+ },
}