Don't show browse button if there's no archive
This commit is contained in:
parent
6ffaee8f45
commit
7e34ad3c12
1 changed files with 4 additions and 1 deletions
|
@ -37,7 +37,10 @@
|
|||
</Dropdown>
|
||||
}
|
||||
|
||||
@if (ArchiveId != Guid.Empty)
|
||||
{
|
||||
<Button Icon="@IconType.Outline.FolderOpen" OnClick="BrowseForPath" Type="@ButtonType.Text">Browse</Button>
|
||||
}
|
||||
</FormItem>
|
||||
|
||||
<FormItem>
|
||||
|
|
Loading…
Add table
Reference in a new issue