Skip to content

Commit c6d79f2

Browse files
committed
fix(INavData): add missing href for explicit external links
1 parent 5fcb50b commit c6d79f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/coreui/angular/src/lib/sidebar/app-sidebar-nav.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export interface INavLinkProps {
3535
export interface INavData {
3636
name?: string;
3737
url?: string | any[];
38+
href?: string;
3839
icon?: string;
3940
badge?: INavBadge;
4041
title?: boolean;

0 commit comments

Comments
 (0)