mirror of
https://github.com/discourse/discourse.git
synced 2026-08-09 12:38:21 -05:00
FIX: Ember was raising an error without a .set here
This commit is contained in:
@@ -312,7 +312,7 @@ export default Ember.Object.extend({
|
||||
obj[subType] = hydrated;
|
||||
delete obj[k];
|
||||
} else {
|
||||
obj[subType] = null;
|
||||
Ember.set(obj, subType, null);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user