REnamed Raid to event in Overview and edit

This commit is contained in:
Sarah Faey 2022-12-04 11:08:09 +01:00
parent 1db607d501
commit b3af92684c
2 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@
@inject IJSRuntime JsRuntime
<h3>Create or edit Raid</h3>
<h3>Create or edit Event</h3>
<AuthorizeView Policy="@Constants.Roles.RaidLead.Name" Context="authorizationContext">
<EditForm Model="@_raid" OnValidSubmit="@HandleValidSubmit">