Fix console error
This commit is contained in:
parent
af8e6e09cc
commit
c2111949f5
|
@ -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: {
|
||||||
|
|
Reference in a new issue