mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-09 23:15:58 -06:00
Resolved a typo introduced in the previous commit.
This commit is contained in:
parent
aedf970748
commit
613be3b6fe
@ -124,7 +124,7 @@ function($, _, pgAdmin, Backbone, Backform, Alertify, Node) {
|
||||
var l = (_.isFunction(node['node_label']) ?
|
||||
(node['node_label']).apply(node, [r, self.model, self]) :
|
||||
r.label),
|
||||
image: (_.isFunction(node['node_image']) ?
|
||||
image= (_.isFunction(node['node_image']) ?
|
||||
(node['node_image']).apply(node, [r, self.model, self]) : node.type);
|
||||
res.push({
|
||||
'value': r._id,
|
||||
@ -153,7 +153,7 @@ function($, _, pgAdmin, Backbone, Backform, Alertify, Node) {
|
||||
var l = (_.isFunction(node['node_label']) ?
|
||||
(node['node_label']).apply(node, [r, self.model, self]) :
|
||||
r.label),
|
||||
image: (_.isFunction(node['node_image']) ?
|
||||
image= (_.isFunction(node['node_image']) ?
|
||||
(node['node_image']).apply(node, [r, self.model, self]) : node.type);
|
||||
res.push({
|
||||
'value': l,
|
||||
|
Loading…
Reference in New Issue
Block a user