Skip to content

Commit 2bc8b5d

Browse files
committed
Merge branch 'dmdimitrov/query-builder-improvements' of https://github.com/IgniteUI/igniteui-angular into dmdimitrov/query-builder-improvements
2 parents b88f16a + 71dcc72 commit 2bc8b5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/igniteui-angular/src/lib/query-builder/query-builder-tree.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
class="igx-query-builder__main"
1212
(scroll)="onExpressionsScrolled()"
1313
>
14-
<ng-container *ngIf="!rootGroup && this.entities.length > 0 && !this.entities[0].name">
14+
<ng-container *ngIf="!rootGroup">
1515
<div class="igx-query-builder__root">
1616
<div class="igx-query-builder__root-actions">
1717
<button type="button"
@@ -521,7 +521,7 @@ <h6 class="igx-filter-empty__title">
521521
</div>
522522
</ng-template>
523523

524-
<ng-container *ngIf="rootGroup && this.entities.length > 0 && this.entities[0].name">
524+
<ng-container *ngIf="rootGroup">
525525
<ng-container
526526
*ngTemplateOutlet="
527527
expressionGroupTemplate;

0 commit comments

Comments
 (0)