Update pillar table props
This commit is contained in:
parent
6bae6a39df
commit
dfd61c8bd8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user