Hide more advanced options in edit/add page until game is created

This commit is contained in:
Pat Hartl 2023-03-03 18:57:55 -06:00
parent c767d72926
commit 57eb454dcc

View file

@ -74,6 +74,8 @@
</Card>
</SpaceItem>
@if (Game.Id != Guid.Empty)
{
<SpaceItem>
<Card Title="Actions">
<Body>
@ -115,6 +117,7 @@
<ArchiveUploader Game="Game" />
</Card>
</SpaceItem>
}
</Space>
@code {