Fix identity key error rendering
This commit is contained in:
@@ -79,7 +79,7 @@
|
|||||||
|
|
||||||
var errors = this.model.get('errors');
|
var errors = this.model.get('errors');
|
||||||
if (errors && errors.length) {
|
if (errors && errors.length) {
|
||||||
this.$el.find('.message').append(
|
this.$el.find('.bubble').append(
|
||||||
errors.map(function(error) {
|
errors.map(function(error) {
|
||||||
return new ErrorView({model: error}).render().el;
|
return new ErrorView({model: error}).render().el;
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user