Skip to content

Commit 45e6439

Browse files
authored
FIX wrapper options for bootstrap theme
1 parent 92a62a0 commit 45e6439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderers/TableRenderer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ public function renderCellContent($column, $index, $columnIndex = null)
309309

310310
$wrapperOptions = ['class' => 'field-' . $id];
311311
if ($this->isBootstrapTheme()) {
312-
Html::addCssClass($options, 'form-group');
312+
Html::addCssClass($wrapperOptions, 'form-group');
313313
}
314314

315315
if ($hasError) {

0 commit comments

Comments
 (0)