Skip to content

Commit

Permalink
Remove unneeded type argument
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey85 committed May 2, 2024
1 parent 91b1b75 commit 9c61295
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Pkmds.Web/Components/EditForms/Tabs/MetTab.razor
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ EntityContext.MaxInvalid &&
</MudSelect>

<MudCheckBox Label="Fateful Encounter"
T="@bool"
@bind-Value="@Pokemon.FatefulEncounter"
For="@(() => Pokemon.FatefulEncounter)" />

Expand Down

0 comments on commit 9c61295

Please sign in to comment.