FIX: scroll to top when accessing admin dashboard

This commit is contained in:
OsamaSayegh 2018-06-26 13:19:58 +03:00 committed by Joffrey JAFFEUX
parent eb9b99e519
commit a603660ba5
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
import { scrollTop } from "discourse/mixins/scroll-top";
export default Discourse.Route.extend({
activate() {
this.controllerFor("admin-dashboard-next").fetchDashboard();
scrollTop();
}
});