diff --git a/src/scripts/js/es6/common/vuecomponents/table/Table.js b/src/scripts/js/es6/common/vuecomponents/table/Table.js index a8eaed3a..b5cc958d 100644 --- a/src/scripts/js/es6/common/vuecomponents/table/Table.js +++ b/src/scripts/js/es6/common/vuecomponents/table/Table.js @@ -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