Parameters Missing fix for #4180 #4182

This commit is contained in:
Leigh Pointer
2024-04-23 19:45:13 +02:00
parent 1fdaaf82d2
commit 062821d267
2 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ else
<th>&nbsp;</th>
</Header>
<Row>
<td><ActionLink Action="Edit" Parameters="@($"id=" + context.ThemeId.ToString())" ResourceKey="EditTheme" /></td>
<td><ActionLink Action="Edit" Text="Edit" Parameters="@($"id=" + context.ThemeId.ToString())" ResourceKey="EditTheme" /></td>
<td>
@if (context.AssemblyName != Constants.ClientId)
{