Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: TT-364 remove duplicated message not data available
  • Loading branch information
dsgarcia8 committed Oct 15, 2021
commit 89f9f8d1fd1b4a1a9b7bfef4431c47d7293dd0e9
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@
<th class="col"></th>
</tr>
</thead>
<tr *ngIf="dataSource.isLoading">
<td class="text-center" colspan="7">{{NO_DATA_MESSAGE}}</td>
</tr>
<app-loading-bar *ngIf="dataSource.isLoading"></app-loading-bar>
<tbody *ngIf="!dataSource.isLoading">
<tr *ngIf="!dataSource?.data.length">
Expand Down