Fix console error

This commit is contained in:
Oliver Davies 2019-06-27 21:30:44 +01:00
parent af8e6e09cc
commit c2111949f5

View file

@ -68,7 +68,7 @@ import ApplicationDisplaySwitcher from '@/components/Application/ApplicationDisp
export default { export default {
props: { props: {
applications: { applications: {
type: Array, type: Object,
required: true required: true
}, },
types: { types: {