This commit is contained in:
2020-07-12 14:57:33 +02:00
parent b260758519
commit 64c39862db
4 changed files with 25 additions and 33 deletions
@@ -53,6 +53,7 @@ export default {
}),
methods: {
ocAsArray (oc) {
// not necesseary anymore (KB #758)
console.log('Array.isArray(oc)', Array.isArray(oc))
return Array.isArray(oc) ? oc : [oc]
},