Fixed linter error.
parent
195e9663da
commit
4080511d9d
|
@ -349,7 +349,7 @@ define('pgadmin.node.table', [
|
|||
return (!(d && d.label.match(/pg_global/)));
|
||||
},
|
||||
deps: ['is_partitioned'],
|
||||
disabled: function(m) {
|
||||
disabled: function() {
|
||||
if(this.node_info && 'catalog' in this.node_info) {
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue