Skip to content

Commit

Permalink
tentative2
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
  • Loading branch information
torchiaf committed Jul 4, 2024
1 parent 2804f9f commit b42cf8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/initialize/entry-helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ async function render(to, from, next) {
console.log('newLocation', newLocation); // eslint-disable-line no-console

// If we have a new location, double check that it's actually valid
const resolvedRoute = newLocation ? app.context.store.app.router.resolve(newLocation) : null;
const resolvedRoute = newLocation ? app.context.store.app.router.resolve({ path: newLocation.path.replace('/dashboard', '') }, window.$globalApp.$route) : null;

console.log('resolvedRoute', resolvedRoute); // eslint-disable-line no-console

Expand Down

0 comments on commit b42cf8a

Please sign in to comment.