Skip to content

Commit

Permalink
Fixed dropdown by removing data-toggle (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmajchrak authored Aug 31, 2023
1 parent 328ef77 commit bce5451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/shared/lang-switch/lang-switch.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<a href="javascript:void(0);" role="button"
[attr.aria-label]="'nav.language' |translate"
[title]="'nav.language' | translate" class="px-1"
(click)="$event.preventDefault()" data-toggle="dropdown" ngbDropdownToggle
(click)="$event.preventDefault()" ngbDropdownToggle
tabindex="0">
<i class="fas fa-globe-asia fa-lg fa-fw"></i>
</a>
Expand Down

0 comments on commit bce5451

Please sign in to comment.