use correct property for loading

This commit is contained in:
Jacob Overgaard
2022-11-25 16:37:50 +01:00
parent 3f4318e67d
commit a08ccc30b3

View File

@@ -155,7 +155,7 @@ export class UmbDashboardExamineOverviewElement extends UmbContextConsumerMixin(
}
private renderSearchersList() {
if (this._loadingIndexers) return html`<uui-loader></uui-loader>`;
if (this._loadingSearchers) return html`<uui-loader></uui-loader>`;
if (!this._searchers) return nothing;
return html`
<uui-table class="overview2">