Fixed an issue where the user management tab is not opening in the classic layout. #8651

This commit is contained in:
Aditya Toshniwal
2025-04-14 13:32:05 +05:30
parent 8a0eae2bb0
commit f98a74b526
3 changed files with 7 additions and 10 deletions
@@ -42,7 +42,7 @@ class UserManagement {
// This is a callback function to show user management tab.
launchUserManagement() {
let handler = pgAdmin.Browser.getDockerHandler?.(BROWSER_PANELS.USER_MANAGEMENT);
let handler = pgAdmin.Browser.getDockerHandler?.(BROWSER_PANELS.USER_MANAGEMENT, pgAdmin.Browser.docker.default_workspace);
handler.focus();
handler.docker.openTab({
id: BROWSER_PANELS.USER_MANAGEMENT,