Merge pull request #7071 from adityahase/desk-fix
fix(desk): Set routes for unhandled shortcut tags
This commit is contained in:
commit
a25e8ca570
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,8 @@ function generate_route(item) {
|
|||
}
|
||||
|
||||
route = '#' + route;
|
||||
} else {
|
||||
route = item.route;
|
||||
}
|
||||
|
||||
if(item.route_options) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue