...
This commit is contained in:
@@ -157,7 +157,7 @@
|
||||
|
||||
void OnUpdate()
|
||||
{
|
||||
entity = EntityData.Get()[entityDialogService.GetEntityId()];
|
||||
entity = EntityData.Get()[entityDialogService.GetEntityId() ?? string.Empty];
|
||||
refresh++;
|
||||
|
||||
StateHasChanged();
|
||||
|
||||
Reference in New Issue
Block a user