Better initial component values
This commit is contained in:
@@ -53,7 +53,7 @@ Vue.component('attract-app', {
|
||||
projectId: String,
|
||||
selectedIds: {
|
||||
type: Array,
|
||||
default: []
|
||||
default: () => {return []}
|
||||
},
|
||||
contextType: {
|
||||
type: String,
|
||||
|
Reference in New Issue
Block a user