IJPL-233574 service: run dashboard: fix types shared state

GitOrigin-RevId: ecca780c30e000475715037607a16dfbdaa60f08
This commit is contained in:
Konstantin Aleev
2026-02-11 14:53:01 +01:00
committed by intellij-monorepo-bot
parent b5efe9cff7
commit 490d657dc3

View File

@@ -584,7 +584,7 @@ public final class RunDashboardManagerImpl implements RunDashboardManager, Persi
}
finally {
myServiceLock.writeLock().unlock();
mySharedState.setConfigurationTypes(new HashSet<>(myState.configurationTypes));
mySharedState.setConfigurationTypes(new HashSet<>(myTypes));
mySharedState.setServices(getRunConfigurations());
}
}