Skip to content

Commit f5d39e4

Browse files
Fix UI for created on tags
1 parent d18d3ec commit f5d39e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Modix.Web/Pages/Tags.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
</HeaderContent>
6262
<RowTemplate Context="tag">
6363
<MudTd DataLabel="Name">@tag.Name</MudTd>
64-
<MudTd style="white-space:nowrap" DataLabel="Last Modified">@tag.Created.ToString("MM/dd/yy, h:mm:ss tt")</MudTd>
64+
<MudTd style="white-space:nowrap" DataLabel="Created">@tag.Created.ToString("MM/dd/yy, h:mm:ss tt")</MudTd>
6565
@if (tag.OwnerRole is not null)
6666
{
6767
_ = Roles.TryGetValue(tag.OwnerRole.Id, out var role);

0 commit comments

Comments
 (0)