Skip to content

Commit 9eaa76d

Browse files
committed
fix broken bulk actions function
1 parent 9efff63 commit 9eaa76d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Traits/WithBulkActions.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ trait WithBulkActions
1515
public bool $selectPage = false;
1616
public bool $selectAll = false;
1717
public array $selected = [];
18-
public array $bulkActions = [];
1918
public bool $hideBulkActionsOnEmpty = false;
2019

2120
public function renderingWithBulkActions(): void

0 commit comments

Comments
 (0)