before ugrade
This commit is contained in:
@@ -12,6 +12,7 @@ public partial class PersonRepository
|
||||
treeNode.Label = model.FirstName;
|
||||
treeNode.Data = model.Id.ToString();
|
||||
treeNode.Key = model.Id.ToString();
|
||||
treeNode.Expanded = false;
|
||||
treeNode.Children = new();
|
||||
return treeNode;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user