Update saved-view-widget.component.ts

[ci skip]
This commit is contained in:
Michael Shamoon 2022-05-23 01:54:21 -07:00
parent 9e0f3ca61b
commit 0c641d5f07

View File

@ -47,7 +47,7 @@ export class SavedViewWidgetComponent implements OnInit, OnDestroy {
}
reload() {
this.loading = true
this.loading = this.documents.length == 0
this.documentService
.listFiltered(
1,