mirror of
https://github.com/discourse/discourse.git
synced 2025-01-22 19:27:13 +08:00
0e414d0890
This commit also improves how data is loaded sync and async
6 lines
128 B
JavaScript
6 lines
128 B
JavaScript
export default Discourse.Route.extend({
|
|
activate() {
|
|
this.controllerFor('admin-dashboard-next').fetchDashboard();
|
|
}
|
|
});
|