mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix incorrect condition checking for privileges.
This commit is contained in:
parent
4380c6714e
commit
20a22731e0
@ -255,7 +255,7 @@
|
||||
var privileges = [];
|
||||
|
||||
if (this.attributes &&
|
||||
this.attributes['privileges']) {
|
||||
!this.attributes['privileges']) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user