mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Added recommended ESLinter checks. Fixes #4142
This commit is contained in:
committed by
Akshay Joshi
parent
9bff6c7157
commit
84ecffa4d9
@@ -240,7 +240,6 @@ define('pgadmin.node.column', [
|
||||
return false;
|
||||
},
|
||||
editable: function(m) {
|
||||
var name = m.get('name');
|
||||
// If HeaderCell then allow True
|
||||
if(m instanceof Backbone.Collection) {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user