Skip to content

Commit

Permalink
fix select word not working
Browse files Browse the repository at this point in the history
  • Loading branch information
moonheart committed Oct 25, 2024
1 parent d8d4ba0 commit e1b789e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MementoMori.BlazorShared/Components/SelectPlayer.razor
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@using MementoMori.Ortega.Share.Data.Auth
<MudDialog>
<DialogContent>
<MudList T="PlayerDataInfo" ReadOnly="false" SelectedValue="playerDataInfo.PlayerDataInfo">
<MudList T="PlayerDataInfo" ReadOnly="false" @bind-SelectedValue="playerDataInfo.PlayerDataInfo">
<MudListSubheader>
@if (playerDataInfo.PlayerDataInfo != null)
{
Expand Down

0 comments on commit e1b789e

Please sign in to comment.