bug fix
This commit is contained in:
@@ -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]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user