mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed context menu issue.
This commit is contained in:
parent
e7e4d5cf0a
commit
6adc1bfd42
@ -799,7 +799,7 @@ define('pgadmin.browser', [
|
||||
priority: _m.priority, data: _m.data, url: _m.url || '#',
|
||||
target: _m.target, icon: _m.icon,
|
||||
enable: function() {
|
||||
if(_m.enable) {
|
||||
if (_.isEmpty(_m.enable)) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user