Update pillar table props
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user