Remove *ngIf

This commit is contained in:
Hinton
2025-12-05 18:09:57 +01:00
parent afa534a92f
commit b57207b909

View File

@@ -1,4 +1,4 @@
<bit-table [dataSource]="dataSource()" *ngIf="dataSource()">
<bit-table [dataSource]="dataSource()">
<ng-container header>
<tr>
<th bitCell bitSortable="name" default>{{ "name" | i18n }}</th>