mirror of
https://github.com/discourse/discourse-data-explorer.git
synced 2025-03-06 09:29:12 +00:00
FIX: the filtered array was not being used (#69)
This commit is contained in:
parent
6205bb8569
commit
685b5a45c1
@ -99,7 +99,7 @@ export default Ember.Component.extend({
|
|||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
const firstFile = fileList[0];
|
const firstFile = files[0];
|
||||||
|
|
||||||
this.set("loading", true);
|
this.set("loading", true);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user