From ca19d8a842ae34badf2e6b1849ae38c73dd344ef Mon Sep 17 00:00:00 2001 From: sbwalker Date: Tue, 27 Aug 2024 10:22:41 -0400 Subject: [PATCH] allow progress indicator to be displayed in search results --- Oqtane.Client/Modules/Admin/SearchResults/Index.razor | 1 + 1 file changed, 1 insertion(+) diff --git a/Oqtane.Client/Modules/Admin/SearchResults/Index.razor b/Oqtane.Client/Modules/Admin/SearchResults/Index.razor index e69a0f63..80de5e11 100644 --- a/Oqtane.Client/Modules/Admin/SearchResults/Index.razor +++ b/Oqtane.Client/Modules/Admin/SearchResults/Index.razor @@ -7,6 +7,7 @@ @inject ISettingService SettingService @inject IStringLocalizer Localizer @inject IStringLocalizer SharedLocalizer +@attribute [StreamRendering] // attribute allows the progress indicator to be displayed