Fix dropdown-filter where the mobile dropdown opens in Desktop too.

This commit is contained in:
Konstantinos Triantafyllou 2023-08-23 16:52:21 +03:00
parent 587297a1c8
commit c658f6b63f
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ declare var UIkit;
<ng-container *ngTemplateOutlet="content"></ng-container>
</div>
</div>
<mobile-dropdown #mobileDropdown [toggle]="toggle">
<mobile-dropdown *ngIf="isMobile" #mobileDropdown [toggle]="toggle">
<div [ngClass]="dropdownClass">
<ng-container *ngTemplateOutlet="content"></ng-container>
</div>