Fix for error 500 when clicking Compontent groups. Variable name changed
This commit is contained in:
@@ -59,7 +59,7 @@ class ComponentGroupController extends Controller
|
|||||||
|
|
||||||
View::share([
|
View::share([
|
||||||
'sub_menu' => $this->subMenu,
|
'sub_menu' => $this->subMenu,
|
||||||
'sub_title' => trans_choice('dashboard.components.components', 2),
|
'subTitle' => trans_choice('dashboard.components.components', 2),
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user