Skip to content

Commit

Permalink
Dashboard View
Browse files Browse the repository at this point in the history
  • Loading branch information
devmtm committed Nov 6, 2018
1 parent ed95584 commit 43f1c70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dist/js/nova-custom-views.js
Expand Up @@ -11072,7 +11072,6 @@ Object.defineProperty(__webpack_exports__, "__esModule", { value: true });

Nova.booting(function (Vue, router) {
router.beforeEach(function (to, from, next) {
console.log(to.name);
var customComponent = null;
var resourceCustomViews = window.config.novaCustomViews ? window.config.novaCustomViews[to.params.resourceName] : null;
var globalViews = ['dashboard', '403', '404'];
Expand Down

0 comments on commit 43f1c70

Please sign in to comment.