Avoid js error

This commit is contained in:
Björn Fromme
2019-09-16 13:53:35 +02:00
parent 0d035a042a
commit a61d8aab34
@@ -44,8 +44,8 @@
required: true
},
partnerIds: {
type: Object,
required: true
type: Array,
default: []
},
label: {
type: String,