Hide more advanced options in edit/add page until game is created
This commit is contained in:
parent
c767d72926
commit
57eb454dcc
1 changed files with 40 additions and 37 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue