Show user name while edit

This commit is contained in:
2025-11-04 15:53:24 +09:00
parent eea085607b
commit 9799086b53
2 changed files with 13 additions and 9 deletions

View File

@ -110,8 +110,7 @@
new Dictionary<string, object>()
{
{ nameof(Dialogs.EditUser.CurrentUserId), currentUserId },
{ nameof(Dialogs.EditUser.UserId), userWithRole.User.Id },
{ nameof(Dialogs.EditUser.RoleId), userWithRole.Role.Id }
{ nameof(Dialogs.EditUser.UserWithRole), userWithRole }
},
new DialogOptions()
{