mirror of
https://github.com/discourse/discourse-data-explorer.git
synced 2025-02-16 08:24:47 +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;
|
||||
});
|
||||
const firstFile = fileList[0];
|
||||
const firstFile = files[0];
|
||||
|
||||
this.set("loading", true);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user