Fix js warning in settings, update js deps (#11324)

This commit is contained in:
Tony Murray
2020-03-22 13:30:58 -05:00
committed by GitHub
parent 43a8616efd
commit 425ac28bab
8 changed files with 651 additions and 342 deletions

View File

@@ -26,7 +26,7 @@ class SettingsController extends Controller
'active_section' => $section,
'groups' => $dynamicConfig->getGroups()->reject(function ($group) {
return $group == 'global';
}),
})->values(),
];
return view('settings.index', $data);