Skip to content

Commit 42b9d54

Browse files
committed
fix(sidebar-nav-group): missing href for nav-group-toggle
1 parent c3e05da commit 42b9d54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/coreui-angular/src/lib/sidebar/sidebar-nav/sidebar-nav-group.component.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<a class="nav-link nav-group-toggle"
2+
href
23
(click)="toggleGroup($event)"
34
[cHtmlAttr]="item.attributes">
45
<ng-container *ngTemplateOutlet="iconTemplate ; context: {$implicit: item}"></ng-container>

0 commit comments

Comments
 (0)