mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-24 15:26:46 -06:00
Fixed linter error.
This commit is contained in:
parent
c94fc73c11
commit
5dd1ada8dd
@ -83,12 +83,12 @@ define('pgadmin.node.sequence', [
|
||||
{
|
||||
role: ()=>getNodeListByName('role', treeNodeInfo, itemNodeData),
|
||||
schema: ()=>getNodeListByName('schema', treeNodeInfo, itemNodeData, {}, (m)=>{
|
||||
// If schema name start with pg_* then we need to exclude them
|
||||
if (m.label.match(/^pg_/)) {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}),
|
||||
// If schema name start with pg_* then we need to exclude them
|
||||
if (m.label.match(/^pg_/)) {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}),
|
||||
},
|
||||
{
|
||||
seqowner: pgBrowser.serverInfo[treeNodeInfo.server._id].user.name,
|
||||
|
Loading…
Reference in New Issue
Block a user