Commit f5f66238 authored by Jacques Erasmus's avatar Jacques Erasmus

Immediately show parent row

Shows the parent row immediately.
Instead of waiting for loading to be completed.

Changelog: performance
parent 9cb8f213
......@@ -70,7 +70,7 @@ export default {
);
},
showParentRow() {
return !this.isLoading && ['', '/'].indexOf(this.path) === -1;
return ['', '/'].indexOf(this.path) === -1;
},
},
methods: {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment