Move file render population to initialization of component
This commit is contained in:
parent
15ad1d35a9
commit
38bec7c9aa
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@
|
|||
})
|
||||
};
|
||||
|
||||
protected override async Task OnParametersSetAsync()
|
||||
protected override async Task OnInitializedAsync()
|
||||
{
|
||||
if (!String.IsNullOrWhiteSpace(WorkingDirectory))
|
||||
Source = FileManagerSource.FileSystem;
|
||||
|
|
Loading…
Add table
Reference in a new issue