Skip to content
Snippets Groups Projects
Commit fea2d8c9 authored by Eugen Ciur's avatar Eugen Ciur
Browse files

fix minor bug

parent 478ba502
Branches
Tags
No related merge requests found
......@@ -9,6 +9,8 @@ export default class IndexRoute extends BaseRoute {
async model(params) {
let adapter, ret;
await this.currentUser.loadCurrentUser();
adapter = this.store.adapterFor('node');
if (!params.node_id) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment