Skip to content

Commit

Permalink
MudDataGrid: Add correct class to the th element in HeaderCell (#9203)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmys20 committed Jun 21, 2024
1 parent b25231f commit b726b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MudBlazor/Components/DataGrid/HeaderCell.razor
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

@if (IsOnlyHeader)
{
<th scope="col" class="mud-table cell @_classname" style="" @attributes="@UserAttributes">
<th scope="col" class="mud-table-cell @_classname" style="" @attributes="@UserAttributes">
@ChildContent
</th>
}
Expand Down

0 comments on commit b726b5a

Please sign in to comment.