From a08ccc30b340f8b3a4cc77930c7f7aa7bfb76b48 Mon Sep 17 00:00:00 2001
From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com>
Date: Fri, 25 Nov 2022 16:37:50 +0100
Subject: [PATCH] use correct property for loading
---
.../examine-management/views/section-view-examine-overview.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/dashboards/examine-management/views/section-view-examine-overview.ts b/src/Umbraco.Web.UI.Client/src/backoffice/dashboards/examine-management/views/section-view-examine-overview.ts
index 1f7ac3cbd3..c5fb4cde18 100644
--- a/src/Umbraco.Web.UI.Client/src/backoffice/dashboards/examine-management/views/section-view-examine-overview.ts
+++ b/src/Umbraco.Web.UI.Client/src/backoffice/dashboards/examine-management/views/section-view-examine-overview.ts
@@ -155,7 +155,7 @@ export class UmbDashboardExamineOverviewElement extends UmbContextConsumerMixin(
}
private renderSearchersList() {
- if (this._loadingIndexers) return html``;
+ if (this._loadingSearchers) return html``;
if (!this._searchers) return nothing;
return html`