YARN-10137. UIv2 build is broken in trunk. Contributed by Adam Antal

This commit is contained in:
Szilard Nemeth 2020-02-13 16:28:51 +01:00
parent a98352ced1
commit da99ac7e93
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ export default Ember.Controller.extend({
) {
let historyContainers = [];
historyProvider.get("content").forEach(function(o) {
if(!containerIdArr[o[fieldName]])) {
if(!containerIdArr[o[fieldName]]) {
historyContainers.push(o);
}
}.bind(this));