feat(Immortal) Added a back button

This commit is contained in:
2022-04-01 18:15:12 -04:00
parent a9d3920237
commit 650581c9c2
5 changed files with 146 additions and 72 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
@if (entityDialogService.HasDialog())
{
<EntityDialogComponent EntityId="@entityDialogService.GetEntityId()"></EntityDialogComponent>
<EntityDialogComponent></EntityDialogComponent>
}