Fixed linter error.

This commit is contained in:
Akshay Joshi 2020-01-06 18:10:40 +05:30
parent 195e9663da
commit 4080511d9d

View File

@ -349,7 +349,7 @@ define('pgadmin.node.table', [
return (!(d && d.label.match(/pg_global/))); return (!(d && d.label.match(/pg_global/)));
}, },
deps: ['is_partitioned'], deps: ['is_partitioned'],
disabled: function(m) { disabled: function() {
if(this.node_info && 'catalog' in this.node_info) { if(this.node_info && 'catalog' in this.node_info) {
return true; return true;
} }