diff --git a/typo3/sysext/dashboard/Classes/Controller/DashboardController.php b/typo3/sysext/dashboard/Classes/Controller/DashboardController.php
index 7a16a188d1cf6a31298e631ee10e726eeeb4808c..b7bbc131e5f744031c6ada0abffffbf38314d6a3 100644
--- a/typo3/sysext/dashboard/Classes/Controller/DashboardController.php
+++ b/typo3/sysext/dashboard/Classes/Controller/DashboardController.php
@@ -173,7 +173,6 @@ class DashboardController extends AbstractController
     public function mainAction(): void
     {
         $this->view->assignMultiple([
-            'settings' => $this->settings,
             'availableDashboards' => $this->dashboardsForCurrentUser,
             'dashboardPresets' => $this->availableDashboardPresets,
             'widgetGroups' => $this->buildWidgetGroupsConfiguration(),