Fix js warning in data extension
This commit is contained in:
parent
908bba2660
commit
7459a00171
@ -333,7 +333,7 @@ ExtendReconciledDataPreviewDialog.prototype._constrainProperty = function(id) {
|
||||
for(var i = 0; i < fields.length; i++) {
|
||||
var field = fields[i];
|
||||
var fieldHTML = '';
|
||||
var currentValue = field.default;
|
||||
var currentValue = field['default'];
|
||||
if (property.settings != null && property.settings[field.name] != null) {
|
||||
currentValue = property.settings[field.name];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user