Skip to content

Commit 4f822bf

Browse files
committed
fix bulk actions breaking change
1 parent 7f672d8 commit 4f822bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DataTableComponent.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ public function render()
223223
'customFilters' => $this->filters(),
224224
'rows' => $this->rows,
225225
'modalsView' => $this->modalsView(),
226+
'bulkActions' => $this->bulkActions
226227
]);
227228
}
228229

0 commit comments

Comments
 (0)