Trigger state change when directory changes

dhcp-server
Pat Hartl 2023-09-10 02:28:14 -05:00
parent 0441f6a3da
commit 475a035d1c
1 changed files with 2 additions and 0 deletions

View File

@ -221,6 +221,8 @@
if (clearFuture)
Future.Clear();
StateHasChanged();
}
async Task ExpandTree(TreeEventArgs<FileManagerDirectory> args)