mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed an issue where the User Management dialog is not opening. Fixes #7173
This commit is contained in:
@@ -202,7 +202,8 @@ define([
|
||||
// Callback to draw User Management Dialog.
|
||||
show_users: function() {
|
||||
if (!userInfo['is_admin']) return;
|
||||
var Roles = [],
|
||||
var self = this,
|
||||
Roles = [],
|
||||
Sources = [];
|
||||
|
||||
var UserModel = pgBrowser.Node.Model.extend({
|
||||
|
||||
Reference in New Issue
Block a user