Move file render population to initialization of component

dhcp-server
Pat Hartl 2023-09-11 01:38:00 -05:00
parent 15ad1d35a9
commit 38bec7c9aa
1 changed files with 1 additions and 1 deletions

View File

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