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 {
props: {
applications: {
type: Array,
type: Object,
required: true
},
types: {