mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix the help button link on the User Management dialog. Fixes #4934
This commit is contained in:
@@ -586,7 +586,7 @@ define([
|
||||
label: gettext('Users'),
|
||||
url: url_for(
|
||||
'help.static', {
|
||||
'filename': 'pgadmin_user.html',
|
||||
'filename': 'user_management.html',
|
||||
}),
|
||||
},
|
||||
}, {
|
||||
|
Reference in New Issue
Block a user