mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Resolved a typo in the backform.pgadmin.js, while extending the
Backform.Control.prototype.render(..) function.
This commit is contained in:
parent
ec7e98e6a7
commit
cd40a07ac3
@ -161,7 +161,6 @@
|
||||
* values properly.
|
||||
*/
|
||||
Backform.Control.prototype.render = function() {
|
||||
render: function() {
|
||||
var field = _.defaults(this.field.toJSON(), this.defaults),
|
||||
attributes = this.model.toJSON(),
|
||||
attrArr = field.name.split('.'),
|
||||
|
Loading…
Reference in New Issue
Block a user