diff --git a/application/controllers/DashboardsController.php b/application/controllers/DashboardsController.php index 614c5eef5..2b152320a 100644 --- a/application/controllers/DashboardsController.php +++ b/application/controllers/DashboardsController.php @@ -413,6 +413,7 @@ class DashboardsController extends CompatController } $this->createTabs(); + $this->getTabs()->setRefreshUrl(Url::fromPath(Dashboard::BASE_ROUTE . '/settings')); $this->dashboard->activate('dashboard_settings'); $this->sendMultipartUpdate(); }