mirror of
https://github.com/discourse/discourse.git
synced 2025-06-02 04:08:41 +08:00
correct it so when we have no dates we still return graphs
This commit is contained in:
@ -14,7 +14,6 @@ export default Ember.Mixin.create({
|
||||
Em.run.next(() => {
|
||||
if (report.report_key = this.get("reportKey")) {
|
||||
this.loadReport(report);
|
||||
console.log(report);
|
||||
this.set("isLoading", false);
|
||||
this.renderReport();
|
||||
}
|
||||
|
Reference in New Issue
Block a user