Skip to content

Commit

Permalink
fix(routing): fixes the routing problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Niek Raaijmakers committed May 20, 2021
1 parent e8e14e5 commit 7196855
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export abstract class AbstractRoutedCoreComponent extends AbstractCoreComponent
/**
* Flag the entire core component to have routed links
*/
@Input() routed = false;
@Input() routed;

/**
* Determine if an individual item (such as navigation entry or list link) should be routed or not.
Expand Down
2 changes: 1 addition & 1 deletion projects/aem-angular-core-wcm-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/aem-core-components-angular-base",
"version": "1.0.4",
"version": "1.0.5",
"author": "Adobe Systems Inc.",
"license": "Apache-2.0",
"peerDependencies": {
Expand Down

0 comments on commit 7196855

Please sign in to comment.