From 5517ac3fa5d4a4e274d67c5014237222b8cc3cb4 Mon Sep 17 00:00:00 2001 From: ogerly Date: Wed, 16 Mar 2022 18:26:39 +0100 Subject: [PATCH] props decay set required: true --- .../src/components/DecayInformations/DecayInformation-Short.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/DecayInformations/DecayInformation-Short.vue b/frontend/src/components/DecayInformations/DecayInformation-Short.vue index 1cd0a2d09..333a38216 100644 --- a/frontend/src/components/DecayInformations/DecayInformation-Short.vue +++ b/frontend/src/components/DecayInformations/DecayInformation-Short.vue @@ -9,6 +9,7 @@ export default { props: { decay: { type: Object, + required: true, }, }, }