From a61d8aab34203f67c1638498e62a6292d102f570 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Mon, 16 Sep 2019 13:53:35 +0200 Subject: [PATCH] Avoid js error --- .../Private/Assets/js/components/EventPriceTable.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,