diff --git a/app/Http/Controllers/Dashboard/ComponentController.php b/app/Http/Controllers/Dashboard/ComponentController.php index 6f0f0f2a..68337dde 100644 --- a/app/Http/Controllers/Dashboard/ComponentController.php +++ b/app/Http/Controllers/Dashboard/ComponentController.php @@ -237,7 +237,7 @@ class ComponentController extends Controller { dispatch(new RemoveComponentGroupCommand($group)); - return Redirect::route('dashboard.components.index') + return Redirect::route('dashboard.components.groups') ->withSuccess(sprintf('%s %s', trans('dashboard.notifications.awesome'), trans('dashboard.components.delete.success'))); }