Skip to content

Commit ebf4f48

Browse files
fabio-ivonaactions-user
authored andcommitted
Fix styling
1 parent 4f822bf commit ebf4f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DataTableComponent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ public function render()
223223
'customFilters' => $this->filters(),
224224
'rows' => $this->rows,
225225
'modalsView' => $this->modalsView(),
226-
'bulkActions' => $this->bulkActions
226+
'bulkActions' => $this->bulkActions,
227227
]);
228228
}
229229

0 commit comments

Comments
 (0)