We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dba2a12 commit 89f9f8dCopy full SHA for 89f9f8d
src/app/modules/time-entries/pages/time-entries.component.html
@@ -60,9 +60,6 @@
60
<th class="col"></th>
61
</tr>
62
</thead>
63
- <tr *ngIf="dataSource.isLoading">
64
- <td class="text-center" colspan="7">{{NO_DATA_MESSAGE}}</td>
65
- </tr>
66
<app-loading-bar *ngIf="dataSource.isLoading"></app-loading-bar>
67
<tbody *ngIf="!dataSource.isLoading">
68
<tr *ngIf="!dataSource?.data.length">
0 commit comments