Skip to content
Snippets Groups Projects
Commit 15393e98 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

fix type

parent bcccdfbf
No related branches found
No related tags found
1 merge request!111Links
...@@ -9,7 +9,7 @@ export interface Navigation { ...@@ -9,7 +9,7 @@ export interface Navigation {
routerLink: string; routerLink: string;
/** Is full url */ /** Is full url */
isHref?: string; isHref?: boolean;
/** /**
* Whether to show in dashboard. * Whether to show in dashboard.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment