This commit is contained in:
2026-06-04 12:29:33 -04:00
parent 0c820ac973
commit 9323e7a1a6
17 changed files with 39 additions and 39 deletions
+1 -1
View File
@@ -157,7 +157,7 @@
void OnUpdate()
{
entity = EntityData.Get()[entityDialogService.GetEntityId()];
entity = EntityData.Get()[entityDialogService.GetEntityId() ?? string.Empty];
refresh++;
StateHasChanged();
-2
View File
@@ -135,8 +135,6 @@
@code {
private ElementReference searchBox;
private string SearchText { get; set; } = "";
protected override void OnInitialized()