Merge branch 'dev' into task/fix-infinite-loop-of-module-message

This commit is contained in:
Ben
2024-02-24 20:48:09 +08:00
committed by GitHub
27 changed files with 798 additions and 116 deletions

View File

@ -8,7 +8,7 @@
{
if (Disabled)
{
<button type="button" class="@_classname" style="@_style" disabled>@((MarkupString)_iconSpan) @_text</button>
<NavLink class="@($"{_classname} disabled")" href="@_url" style="@_style">@((MarkupString)_iconSpan) @_text</NavLink>
}
else
{