chore
This commit is contained in:
@@ -87,7 +87,7 @@ namespace Atomx.Data.CacheServices
|
||||
{
|
||||
var item = new KeyValueTree
|
||||
{
|
||||
Key = state.Id.ToString(),
|
||||
Label = state.Id.ToString(),
|
||||
Value = state.Name,
|
||||
Children = new List<KeyValueTree>()
|
||||
};
|
||||
@@ -243,7 +243,7 @@ namespace Atomx.Data.CacheServices
|
||||
{
|
||||
var item = new KeyValueTree
|
||||
{
|
||||
Key = area.Id.ToString(),
|
||||
Label = area.Id.ToString(),
|
||||
Value = area.Name,
|
||||
Children = new List<KeyValueTree>()
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user