Skip to content

Commit

Permalink
fix(blazorui): resolve BitGrid demo page build error #7850 (#7851)
Browse files Browse the repository at this point in the history
  • Loading branch information
msynk committed Jun 25, 2024
1 parent 13de2d4 commit 1d8ffdf
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,8 @@
</ComponentExampleBox>
<ComponentExampleBox Title="Alignment" RazorCode="@example3RazorCode" CsharpCode="@example3CsharpCode" Id="example3">
<ExamplePreview>
<BitChoiceGroup Label="Horizontal Align"
<BitChoiceGroup Label="Horizontal Align" Horizontal
@bind-Value="horizontalAlign"
LayoutFlow="@BitLayoutFlow.Horizontal"
TItem="BitChoiceGroupOption<BitGridAlignment>" TValue="BitGridAlignment">
<BitChoiceGroupOption Text="Start" Value="BitGridAlignment.Start" />
<BitChoiceGroupOption Text="Center" Value="BitGridAlignment.Center" />
Expand Down

0 comments on commit 1d8ffdf

Please sign in to comment.