Move file render population to initialization of component
parent
15ad1d35a9
commit
38bec7c9aa
|
@ -188,7 +188,7 @@
|
|||
})
|
||||
};
|
||||
|
||||
protected override async Task OnParametersSetAsync()
|
||||
protected override async Task OnInitializedAsync()
|
||||
{
|
||||
if (!String.IsNullOrWhiteSpace(WorkingDirectory))
|
||||
Source = FileManagerSource.FileSystem;
|
||||
|
|
Loading…
Reference in New Issue