Update pillar table props

This commit is contained in:
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, template: TEMPLATE,
mixins: [UnitOfWorkTracker], mixins: [UnitOfWorkTracker],
props: { props: {
projectId: String, selectedIds: {
selectedIds: Array, type: Array,
default: []
},
canChangeSelectionCB: { canChangeSelectionCB: {
type: Function, type: Function,
default: () => true default: () => true