Skip to content

Commit

Permalink
[B] Fix page crash when editing results
Browse files Browse the repository at this point in the history
  • Loading branch information
SSchulze1989 committed Jan 11, 2025
1 parent edc4684 commit 93b8eee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/iRLeagueManager.Web/Pages/EditResult.razor
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<MudButton Color="Color.Primary"
Variant="Variant.Filled"
Size="Size.Large"
Onclick="@(async () => await SaveSessionResult(sessionResult))">
OnClick="@(async () => await SaveSessionResult(sessionResult))">
Save
</MudButton>
<MudButton Color="Color.Secondary"
Expand Down
2 changes: 1 addition & 1 deletion src/iRLeagueManager.Web/iRLeagueManager.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>0.14.7</Version>
<Version>0.14.8</Version>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>aspnet-iRLeagueManager.Web-2B05F9DC-55A3-49D1-BD64-31507000EDF3</UserSecretsId>
Expand Down

0 comments on commit 93b8eee

Please sign in to comment.