From df8463b6253fa6516686c8a947eeaa42dc7e1b41 Mon Sep 17 00:00:00 2001 From: sbwalker Date: Wed, 24 Apr 2024 13:22:28 -0400 Subject: [PATCH] fix HTML comment to indicate actual RenderMode for component (including Interactivity) --- Oqtane.Client/UI/RenderModeBoundary.razor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Oqtane.Client/UI/RenderModeBoundary.razor b/Oqtane.Client/UI/RenderModeBoundary.razor index ac17e31a..2d9c8e07 100644 --- a/Oqtane.Client/UI/RenderModeBoundary.razor +++ b/Oqtane.Client/UI/RenderModeBoundary.razor @@ -10,7 +10,7 @@ { @if (ModuleType != null) { - @((MarkupString)$"") + @((MarkupString)$"") @DynamicComponent @if (_progressIndicator)