mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-19 01:15:04 -05:00
Fixed an issue where the user management tab is not opening in the classic layout. #8651
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user