diff --git a/src/plugins/axivion/axivionperspective.cpp b/src/plugins/axivion/axivionperspective.cpp index f0f0596e013..07af930d0a2 100644 --- a/src/plugins/axivion/axivionperspective.cpp +++ b/src/plugins/axivion/axivionperspective.cpp @@ -422,11 +422,6 @@ void IssuesWidget::initDashboardList(const QString &preferredProject) const QList servers = settings().allAvailableServers(); if (servers.isEmpty()) { switchActiveDashboardId({}); - { - GuardLocker lock(m_signalBlocker); - m_dashboardProjects->clear(); - } - updateBasicProjectInfo(std::nullopt); showOverlay(Tr::tr("Configure dashboards in Preferences > Axivion > General."), SettingsIcon); return; }