Update pillar table props

This commit is contained in:
Tobias Johansson 2019-03-20 15:18:50 +01:00
parent 6bae6a39df
commit dfd61c8bd8

View File

@ -76,8 +76,10 @@ let PillarTable = Vue.component('pillar-table-base', {
template: TEMPLATE,
mixins: [UnitOfWorkTracker],
props: {
projectId: String,
selectedIds: Array,
selectedIds: {
type: Array,
default: []
},
canChangeSelectionCB: {
type: Function,
default: () => true