fixed errors

This commit is contained in:
Sarah Faey 2022-11-17 22:08:51 +01:00
parent 07a0e685f2
commit c087c32e3c
2 changed files with 9 additions and 7 deletions

View file

@ -47,7 +47,7 @@
@code {
[Parameter]
public Raid _raid { get; set; }
public RaidBase _raid { get; set; }
[Parameter]
public List<DiscordServer> _discordServers {get; set; }