Update saved-view-widget.component.ts

[ci skip]
This commit is contained in:
Michael Shamoon 2022-05-23 01:54:21 -07:00
parent feaf2da834
commit d0ee203265

View File

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