mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-24 07:16:52 -06:00
Fixed linter error.
This commit is contained in:
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
Block a user