From cdfae2e8cbc6fd6c2e5a66f243a61be11b55fd83 Mon Sep 17 00:00:00 2001 From: sbwalker Date: Thu, 22 Feb 2024 16:34:52 -0500 Subject: [PATCH] modify ActionLink to use a link rather than button for disabled scenario --- Oqtane.Client/Modules/Controls/ActionLink.razor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Oqtane.Client/Modules/Controls/ActionLink.razor b/Oqtane.Client/Modules/Controls/ActionLink.razor index 5afcb874..a02993ca 100644 --- a/Oqtane.Client/Modules/Controls/ActionLink.razor +++ b/Oqtane.Client/Modules/Controls/ActionLink.razor @@ -8,7 +8,7 @@ { if (Disabled) { - + @((MarkupString)_iconSpan) @_text } else {