diff --git a/src/views/account/index.php b/src/views/account/index.php index 3902d8ed..86e10db0 100644 --- a/src/views/account/index.php +++ b/src/views/account/index.php @@ -21,7 +21,7 @@ Pjax::begin(array_merge(Yii::$app->params['pjax'], ['enablePushState' => true])); echo Html::beginForm(); -$box = ActionBox::begin(['model' => $model, 'bulk' => true, 'options' => ['class' => 'box-info']]); +$box = ActionBox::begin(['model' => $model, 'dataProvider' => $dataProvider]); $box->beginActions(); ?>