mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 01:56:58 +08:00
.@each
on leafs is deprecated in favor of .[]
This commit is contained in:
@ -27,7 +27,7 @@ export default Ember.Controller.extend(CanCheckEmails, {
|
||||
});
|
||||
}
|
||||
return [];
|
||||
}.property('model.user_fields.@each'),
|
||||
}.property('model.user_fields.[]'),
|
||||
|
||||
actions: {
|
||||
toggleTitleEdit() {
|
||||
|
Reference in New Issue
Block a user