Update OrganizationChartLevel.razor.cs
This commit is contained in:
@@ -21,7 +21,7 @@ public partial class OrganizationChartLevel
|
|||||||
|
|
||||||
private void ToggleNodeExpand(long userId)
|
private void ToggleNodeExpand(long userId)
|
||||||
{
|
{
|
||||||
ParentChart.ToggleNodeExpand(userId);
|
ParentChart?.ToggleNodeExpand(userId);
|
||||||
}
|
}
|
||||||
|
|
||||||
public class UserNode
|
public class UserNode
|
||||||
|
|||||||
Reference in New Issue
Block a user