Merge pull request #7071 from adityahase/desk-fix

fix(desk): Set routes for unhandled shortcut tags
This commit is contained in:
Prateeksha Singh 2019-03-14 08:48:28 +05:30 committed by GitHub
commit a25e8ca570
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,8 @@ function generate_route(item) {
}
route = '#' + route;
} else {
route = item.route;
}
if(item.route_options) {