Fixed context menu issue.

pull/67/head
Akshay Joshi 2022-01-18 18:43:34 +05:30
parent e7e4d5cf0a
commit 6adc1bfd42
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}