Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit f1cc464

Browse files
committed
'There are no items to show` will only be displayed when done loading.
Previously this would be displayed when a quick search or the list was loading and i think created confusion for the users.
1 parent 184a35f commit f1cc464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/components/cardContainer/cardContainer.ng1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<div class="alert alert-info" ng-show="cardContainer.dataSource.needsRefinedSearch">
4343
Please refine your search results
4444
</div>
45-
<div class="alert alert-info" ng-show="cardContainer.dataSource.isEmpty">
45+
<div class="alert alert-info" ng-show="cardContainer.dataSource.isEmpty && !cardContainer.dataSource.loadingDataSet">
4646
There are no items to show
4747
</div>
4848

0 commit comments

Comments
 (0)