Move file render population to initialization of component

This commit is contained in:
Pat Hartl 2023-09-11 01:38:00 -05:00
parent 15ad1d35a9
commit 38bec7c9aa

View file

@ -188,7 +188,7 @@
})
};
protected override async Task OnParametersSetAsync()
protected override async Task OnInitializedAsync()
{
if (!String.IsNullOrWhiteSpace(WorkingDirectory))
Source = FileManagerSource.FileSystem;