Update OrganizationChartLevel.razor.cs

This commit is contained in:
MeysamMoghaddam
2025-10-13 21:07:56 +03:30
parent 24380d5dda
commit a10d1c05c7

View File

@@ -21,7 +21,7 @@ public partial class OrganizationChartLevel
private void ToggleNodeExpand(long userId)
{
ParentChart.ToggleNodeExpand(userId);
ParentChart?.ToggleNodeExpand(userId);
}
public class UserNode