diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/EventPriceTable.vue b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/EventPriceTable.vue index e71a70c0..743514c8 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/EventPriceTable.vue +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/EventPriceTable.vue @@ -44,8 +44,8 @@ required: true }, partnerIds: { - type: Object, - required: true + type: Array, + default: [] }, label: { type: String,